Class SynchronizationRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.applications.item.synchronization.SynchronizationRequestBuilder
@Generated("com.microsoft.kiota")
public class SynchronizationRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the synchronization property of the microsoft.graph.application entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classRepresents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.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
ConstructorsConstructorDescriptionSynchronizationRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newSynchronizationRequestBuilderand sets the default values.SynchronizationRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newSynchronizationRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to call the acquireAccessToken method.voiddelete()Delete navigation property synchronization for applicationsvoiddelete(Consumer<SynchronizationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property synchronization for applicationsget()Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.get(Consumer<SynchronizationRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.jobs()Provides operations to manage the jobs property of the microsoft.graph.synchronization entity.put(Synchronization body) Update the navigation property synchronization in applicationsput(Synchronization body, Consumer<SynchronizationRequestBuilder.PutRequestConfiguration> requestConfiguration) Update the navigation property synchronization in applicationssecrets()The secrets propertyProvides operations to manage the templates property of the microsoft.graph.synchronization entity.com.microsoft.kiota.RequestInformationDelete navigation property synchronization for applicationscom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<SynchronizationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property synchronization for applicationscom.microsoft.kiota.RequestInformationRepresents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<SynchronizationRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.com.microsoft.kiota.RequestInformationUpdate the navigation property synchronization in applicationscom.microsoft.kiota.RequestInformationtoPutRequestInformation(Synchronization body, Consumer<SynchronizationRequestBuilder.PutRequestConfiguration> requestConfiguration) Update the navigation property synchronization in applicationsReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
SynchronizationRequestBuilder
public SynchronizationRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newSynchronizationRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
SynchronizationRequestBuilder
public SynchronizationRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newSynchronizationRequestBuilderand 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
-
acquireAccessToken
Provides operations to call the acquireAccessToken method.- Returns:
- a
AcquireAccessTokenRequestBuilder
-
jobs
Provides operations to manage the jobs property of the microsoft.graph.synchronization entity.- Returns:
- a
JobsRequestBuilder
-
secrets
The secrets property- Returns:
- a
SecretsRequestBuilder
-
templates
Provides operations to manage the templates property of the microsoft.graph.synchronization entity.- Returns:
- a
TemplatesRequestBuilder
-
delete
public void delete()Delete navigation property synchronization for applications- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<SynchronizationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property synchronization for applications- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.- Returns:
- a
Synchronization - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public Synchronization get(@Nullable Consumer<SynchronizationRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
Synchronization - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
put
Update the navigation property synchronization in applications- Parameters:
body- The request body- Returns:
- a
Synchronization - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
put
@Nullable public Synchronization put(@Nonnull Synchronization body, @Nullable Consumer<SynchronizationRequestBuilder.PutRequestConfiguration> requestConfiguration) Update the navigation property synchronization in applications- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
Synchronization - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property synchronization for applications- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<SynchronizationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property synchronization for applications- 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()Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<SynchronizationRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPutRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPutRequestInformation(@Nonnull Synchronization body) Update the navigation property synchronization in applications- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPutRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPutRequestInformation(@Nonnull Synchronization body, @Nullable Consumer<SynchronizationRequestBuilder.PutRequestConfiguration> requestConfiguration) Update the navigation property synchronization in applications- 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
SynchronizationRequestBuilder
-