Class EdiscoverySearchItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.security.cases.ediscoverycases.item.searches.item.EdiscoverySearchItemRequestBuilder
@Generated("com.microsoft.kiota")
public class EdiscoverySearchItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classRead the properties and relationships of an ediscoverySearch object.classConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionEdiscoverySearchItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoverySearchItemRequestBuilderand sets the default values.EdiscoverySearchItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoverySearchItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the additionalSources property of the microsoft.graph.security.ediscoverySearch entity.Provides operations to manage the addToReviewSetOperation property of the microsoft.graph.security.ediscoverySearch entity.Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity.voiddelete()Delete an ediscoverySearch object.voiddelete(Consumer<EdiscoverySearchItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoverySearch object.get()Read the properties and relationships of an ediscoverySearch object.get(Consumer<EdiscoverySearchItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoverySearch object.Provides operations to manage the lastEstimateStatisticsOperation property of the microsoft.graph.security.ediscoverySearch entity.Provides operations to call the estimateStatistics method.Provides operations to call the exportReport method.Provides operations to call the exportResult method.Provides operations to call the purgeData method.Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity.patch(EdiscoverySearch body) Update the properties of an ediscoverySearch object.patch(EdiscoverySearch body, Consumer<EdiscoverySearchItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoverySearch object.com.microsoft.kiota.RequestInformationDelete an ediscoverySearch object.com.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<EdiscoverySearchItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoverySearch object.com.microsoft.kiota.RequestInformationRead the properties and relationships of an ediscoverySearch object.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<EdiscoverySearchItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoverySearch object.com.microsoft.kiota.RequestInformationUpdate the properties of an ediscoverySearch object.com.microsoft.kiota.RequestInformationtoPatchRequestInformation(EdiscoverySearch body, Consumer<EdiscoverySearchItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoverySearch object.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
EdiscoverySearchItemRequestBuilder
public EdiscoverySearchItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoverySearchItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
EdiscoverySearchItemRequestBuilder
public EdiscoverySearchItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoverySearchItemRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
additionalSources
Provides operations to manage the additionalSources property of the microsoft.graph.security.ediscoverySearch entity.- Returns:
- a
AdditionalSourcesRequestBuilder
-
addToReviewSetOperation
Provides operations to manage the addToReviewSetOperation property of the microsoft.graph.security.ediscoverySearch entity.- Returns:
- a
AddToReviewSetOperationRequestBuilder
-
custodianSources
Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity.- Returns:
- a
CustodianSourcesRequestBuilder
-
lastEstimateStatisticsOperation
Provides operations to manage the lastEstimateStatisticsOperation property of the microsoft.graph.security.ediscoverySearch entity. -
microsoftGraphSecurityEstimateStatistics
@Nonnull public MicrosoftGraphSecurityEstimateStatisticsRequestBuilder microsoftGraphSecurityEstimateStatistics()Provides operations to call the estimateStatistics method. -
microsoftGraphSecurityExportReport
@Nonnull public MicrosoftGraphSecurityExportReportRequestBuilder microsoftGraphSecurityExportReport()Provides operations to call the exportReport method. -
microsoftGraphSecurityExportResult
@Nonnull public MicrosoftGraphSecurityExportResultRequestBuilder microsoftGraphSecurityExportResult()Provides operations to call the exportResult method. -
microsoftGraphSecurityPurgeData
Provides operations to call the purgeData method. -
noncustodialSources
Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity.- Returns:
- a
NoncustodialSourcesRequestBuilder
-
delete
public void delete()Delete an ediscoverySearch object.- Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
delete
public void delete(@Nullable Consumer<EdiscoverySearchItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoverySearch object.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
Read the properties and relationships of an ediscoverySearch object.- Returns:
- a
EdiscoverySearch - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public EdiscoverySearch get(@Nullable Consumer<EdiscoverySearchItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoverySearch object.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
EdiscoverySearch - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
Update the properties of an ediscoverySearch object.- Parameters:
body- The request body- Returns:
- a
EdiscoverySearch - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
@Nullable public EdiscoverySearch patch(@Nonnull EdiscoverySearch body, @Nullable Consumer<EdiscoverySearchItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoverySearch object.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
EdiscoverySearch - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete an ediscoverySearch object.- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<EdiscoverySearchItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoverySearch object.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Read the properties and relationships of an ediscoverySearch object.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<EdiscoverySearchItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoverySearch object.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull EdiscoverySearch body) Update the properties of an ediscoverySearch object.- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull EdiscoverySearch body, @Nullable Consumer<EdiscoverySearchItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoverySearch object.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
EdiscoverySearchItemRequestBuilder
-