Class ProvisioningRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.auditlogs.provisioning.ProvisioningRequestBuilder
@Generated("com.microsoft.kiota")
public class ProvisioningRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassGet all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.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
ConstructorsConstructorDescriptionProvisioningRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newProvisioningRequestBuilderand sets the default values.ProvisioningRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newProvisioningRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionbyProvisioningObjectSummaryId(String provisioningObjectSummaryId) Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity.count()Provides operations to count the resources in the collection.get()Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.get(Consumer<ProvisioningRequestBuilder.GetRequestConfiguration> requestConfiguration) Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.Create new navigation property to provisioning for auditLogspost(ProvisioningObjectSummary body, Consumer<ProvisioningRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to provisioning for auditLogscom.microsoft.kiota.RequestInformationGet all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<ProvisioningRequestBuilder.GetRequestConfiguration> requestConfiguration) Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.com.microsoft.kiota.RequestInformationCreate new navigation property to provisioning for auditLogscom.microsoft.kiota.RequestInformationtoPostRequestInformation(ProvisioningObjectSummary body, Consumer<ProvisioningRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to provisioning for auditLogsReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
ProvisioningRequestBuilder
public ProvisioningRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newProvisioningRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
ProvisioningRequestBuilder
public ProvisioningRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newProvisioningRequestBuilderand 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
-
count
Provides operations to count the resources in the collection.- Returns:
- a
CountRequestBuilder
-
byProvisioningObjectSummaryId
@Nonnull public ProvisioningObjectSummaryItemRequestBuilder byProvisioningObjectSummaryId(@Nonnull String provisioningObjectSummaryId) Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity.- Parameters:
provisioningObjectSummaryId- The unique identifier of provisioningObjectSummary- Returns:
- a
ProvisioningObjectSummaryItemRequestBuilder
-
get
Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.- Returns:
- a
ProvisioningObjectSummaryCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public ProvisioningObjectSummaryCollectionResponse get(@Nullable Consumer<ProvisioningRequestBuilder.GetRequestConfiguration> requestConfiguration) Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
ProvisioningObjectSummaryCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
Create new navigation property to provisioning for auditLogs- Parameters:
body- The request body- Returns:
- a
ProvisioningObjectSummary - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
post
@Nullable public ProvisioningObjectSummary post(@Nonnull ProvisioningObjectSummary body, @Nullable Consumer<ProvisioningRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to provisioning for auditLogs- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
ProvisioningObjectSummary - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<ProvisioningRequestBuilder.GetRequestConfiguration> requestConfiguration) Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull ProvisioningObjectSummary body) Create new navigation property to provisioning for auditLogs- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull ProvisioningObjectSummary body, @Nullable Consumer<ProvisioningRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to provisioning for auditLogs- 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
ProvisioningRequestBuilder
-