Package com.microsoft.graph.requests
Class SynchronizationJobRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<SynchronizationJob>
com.microsoft.graph.requests.SynchronizationJobRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class SynchronizationJobRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<SynchronizationJob>
The class for the Synchronization Job Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionSynchronizationJobRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the SynchronizationJob -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionspause()Gets a builder to execute the methodGets a builder to execute the methodrestart(SynchronizationJobRestartParameterSet parameters) Gets a builder to execute the methodschema()Gets the request builder for SynchronizationSchemastart()Gets a builder to execute the methodGets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
SynchronizationJobRequestBuilder
public SynchronizationJobRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the SynchronizationJob- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public SynchronizationJobRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the SynchronizationJobRequest instance
-
buildRequest
@Nonnull public SynchronizationJobRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the SynchronizationJobRequest instance
-
schema
Gets the request builder for SynchronizationSchema- Returns:
- the SynchronizationSchemaRequestBuilder instance
-
pause
Gets a builder to execute the method- Returns:
- the request builder
-
provisionOnDemand
@Nonnull public SynchronizationJobProvisionOnDemandRequestBuilder provisionOnDemand(@Nonnull SynchronizationJobProvisionOnDemandParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
restart
@Nonnull public SynchronizationJobRestartRequestBuilder restart(@Nonnull SynchronizationJobRestartParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
start
Gets a builder to execute the method- Returns:
- the request builder
-
validateCredentials
@Nonnull public SynchronizationJobValidateCredentialsRequestBuilder validateCredentials(@Nonnull SynchronizationJobValidateCredentialsParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-