Class CaseSettingsResetToDefaultRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<CaseSettings>
com.microsoft.graph.ediscovery.requests.CaseSettingsResetToDefaultRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class CaseSettingsResetToDefaultRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<CaseSettings>
The class for the Case Settings Reset To Default Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionCaseSettingsResetToDefaultRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this CaseSettingsResetToDefault -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the CaseSettingsResetToDefaultRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the CaseSettingsResetToDefaultRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
CaseSettingsResetToDefaultRequestBuilder
public CaseSettingsResetToDefaultRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this CaseSettingsResetToDefault- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public CaseSettingsResetToDefaultRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the CaseSettingsResetToDefaultRequest- Parameters:
requestOptions- the options for the request- Returns:
- the CaseSettingsResetToDefaultRequest instance
-
buildRequest
@Nonnull public CaseSettingsResetToDefaultRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the CaseSettingsResetToDefaultRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the CaseSettingsResetToDefaultRequest instance
-