Class EdiscoveryCaseItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.security.cases.ediscoverycases.item.EdiscoveryCaseItemRequestBuilder
@Generated("com.microsoft.kiota")
public class EdiscoveryCaseItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot 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 ediscoveryCase 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
ConstructorsConstructorDescriptionEdiscoveryCaseItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoveryCaseItemRequestBuilderand sets the default values.EdiscoveryCaseItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoveryCaseItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the custodians property of the microsoft.graph.security.ediscoveryCase entity.voiddelete()Delete an ediscoveryCase object.voiddelete(Consumer<EdiscoveryCaseItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoveryCase object.get()Read the properties and relationships of an ediscoveryCase object.get(Consumer<EdiscoveryCaseItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoveryCase object.Provides operations to call the close method.Provides operations to call the reopen method.Provides operations to manage the noncustodialDataSources property of the microsoft.graph.security.ediscoveryCase entity.Provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity.patch(EdiscoveryCase body) Update the properties of an ediscoveryCase object.patch(EdiscoveryCase body, Consumer<EdiscoveryCaseItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoveryCase object.Provides operations to manage the reviewSets property of the microsoft.graph.security.ediscoveryCase entity.searches()Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity.settings()Provides operations to manage the settings property of the microsoft.graph.security.ediscoveryCase entity.tags()Provides operations to manage the tags property of the microsoft.graph.security.ediscoveryCase entity.com.microsoft.kiota.RequestInformationDelete an ediscoveryCase object.com.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<EdiscoveryCaseItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoveryCase object.com.microsoft.kiota.RequestInformationRead the properties and relationships of an ediscoveryCase object.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<EdiscoveryCaseItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoveryCase object.com.microsoft.kiota.RequestInformationUpdate the properties of an ediscoveryCase object.com.microsoft.kiota.RequestInformationtoPatchRequestInformation(EdiscoveryCase body, Consumer<EdiscoveryCaseItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoveryCase object.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
EdiscoveryCaseItemRequestBuilder
public EdiscoveryCaseItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoveryCaseItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
EdiscoveryCaseItemRequestBuilder
public EdiscoveryCaseItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEdiscoveryCaseItemRequestBuilderand 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
-
custodians
Provides operations to manage the custodians property of the microsoft.graph.security.ediscoveryCase entity.- Returns:
- a
CustodiansRequestBuilder
-
microsoftGraphSecurityClose
Provides operations to call the close method.- Returns:
- a
MicrosoftGraphSecurityCloseRequestBuilder
-
microsoftGraphSecurityReopen
Provides operations to call the reopen method.- Returns:
- a
MicrosoftGraphSecurityReopenRequestBuilder
-
noncustodialDataSources
Provides operations to manage the noncustodialDataSources property of the microsoft.graph.security.ediscoveryCase entity.- Returns:
- a
NoncustodialDataSourcesRequestBuilder
-
operations
Provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity.- Returns:
- a
OperationsRequestBuilder
-
reviewSets
Provides operations to manage the reviewSets property of the microsoft.graph.security.ediscoveryCase entity.- Returns:
- a
ReviewSetsRequestBuilder
-
searches
Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity.- Returns:
- a
SearchesRequestBuilder
-
settings
Provides operations to manage the settings property of the microsoft.graph.security.ediscoveryCase entity.- Returns:
- a
SettingsRequestBuilder
-
tags
Provides operations to manage the tags property of the microsoft.graph.security.ediscoveryCase entity.- Returns:
- a
TagsRequestBuilder
-
delete
public void delete()Delete an ediscoveryCase object.- Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
delete
public void delete(@Nullable Consumer<EdiscoveryCaseItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoveryCase 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 ediscoveryCase object.- Returns:
- a
EdiscoveryCase - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public EdiscoveryCase get(@Nullable Consumer<EdiscoveryCaseItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoveryCase object.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
EdiscoveryCase - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
Update the properties of an ediscoveryCase object.- Parameters:
body- The request body- Returns:
- a
EdiscoveryCase - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
@Nullable public EdiscoveryCase patch(@Nonnull EdiscoveryCase body, @Nullable Consumer<EdiscoveryCaseItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoveryCase object.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
EdiscoveryCase - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete an ediscoveryCase object.- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<EdiscoveryCaseItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete an ediscoveryCase 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 ediscoveryCase object.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<EdiscoveryCaseItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an ediscoveryCase 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 EdiscoveryCase body) Update the properties of an ediscoveryCase object.- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull EdiscoveryCase body, @Nullable Consumer<EdiscoveryCaseItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an ediscoveryCase 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
EdiscoveryCaseItemRequestBuilder
-