Class AccessReviewInstanceItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identitygovernance.accessreviews.definitions.item.instances.item.AccessReviewInstanceItemRequestBuilder
@Generated("com.microsoft.kiota")
public class AccessReviewInstanceItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the instances property of the microsoft.graph.accessReviewScheduleDefinition 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 accessReviewInstance 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
ConstructorsConstructorDescriptionAccessReviewInstanceItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAccessReviewInstanceItemRequestBuilderand sets the default values.AccessReviewInstanceItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAccessReviewInstanceItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to call the acceptRecommendations method.Provides operations to call the applyDecisions method.Provides operations to call the batchRecordDecisions method.Provides operations to manage the contactedReviewers property of the microsoft.graph.accessReviewInstance entity.Provides operations to manage the decisions property of the microsoft.graph.accessReviewInstance entity.voiddelete()Delete navigation property instances for identityGovernancevoiddelete(Consumer<AccessReviewInstanceItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property instances for identityGovernanceget()Read the properties and relationships of an accessReviewInstance object.get(Consumer<AccessReviewInstanceItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an accessReviewInstance object.patch(AccessReviewInstance body) Update the properties of an accessReviewInstance object.patch(AccessReviewInstance body, Consumer<AccessReviewInstanceItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an accessReviewInstance object.Provides operations to call the resetDecisions method.Provides operations to call the sendReminder method.stages()Provides operations to manage the stages property of the microsoft.graph.accessReviewInstance entity.stop()Provides operations to call the stop method.com.microsoft.kiota.RequestInformationDelete navigation property instances for identityGovernancecom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<AccessReviewInstanceItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property instances for identityGovernancecom.microsoft.kiota.RequestInformationRead the properties and relationships of an accessReviewInstance object.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<AccessReviewInstanceItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an accessReviewInstance object.com.microsoft.kiota.RequestInformationUpdate the properties of an accessReviewInstance object.com.microsoft.kiota.RequestInformationtoPatchRequestInformation(AccessReviewInstance body, Consumer<AccessReviewInstanceItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an accessReviewInstance object.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
AccessReviewInstanceItemRequestBuilder
public AccessReviewInstanceItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAccessReviewInstanceItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
AccessReviewInstanceItemRequestBuilder
public AccessReviewInstanceItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAccessReviewInstanceItemRequestBuilderand 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
-
acceptRecommendations
Provides operations to call the acceptRecommendations method.- Returns:
- a
AcceptRecommendationsRequestBuilder
-
applyDecisions
Provides operations to call the applyDecisions method.- Returns:
- a
ApplyDecisionsRequestBuilder
-
batchRecordDecisions
Provides operations to call the batchRecordDecisions method.- Returns:
- a
BatchRecordDecisionsRequestBuilder
-
contactedReviewers
Provides operations to manage the contactedReviewers property of the microsoft.graph.accessReviewInstance entity.- Returns:
- a
ContactedReviewersRequestBuilder
-
decisions
Provides operations to manage the decisions property of the microsoft.graph.accessReviewInstance entity.- Returns:
- a
DecisionsRequestBuilder
-
resetDecisions
Provides operations to call the resetDecisions method.- Returns:
- a
ResetDecisionsRequestBuilder
-
sendReminder
Provides operations to call the sendReminder method.- Returns:
- a
SendReminderRequestBuilder
-
stages
Provides operations to manage the stages property of the microsoft.graph.accessReviewInstance entity.- Returns:
- a
StagesRequestBuilder
-
stop
Provides operations to call the stop method.- Returns:
- a
StopRequestBuilder
-
delete
public void delete()Delete navigation property instances for identityGovernance- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<AccessReviewInstanceItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property instances for identityGovernance- 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
Read the properties and relationships of an accessReviewInstance object.- Returns:
- a
AccessReviewInstance - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public AccessReviewInstance get(@Nullable Consumer<AccessReviewInstanceItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an accessReviewInstance object.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AccessReviewInstance - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewInstance, it's status must be InProgress.- Parameters:
body- The request body- Returns:
- a
AccessReviewInstance - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
@Nullable public AccessReviewInstance patch(@Nonnull AccessReviewInstance body, @Nullable Consumer<AccessReviewInstanceItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewInstance, it's status must be InProgress.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AccessReviewInstance - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property instances for identityGovernance- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<AccessReviewInstanceItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property instances for identityGovernance- 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 accessReviewInstance object.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<AccessReviewInstanceItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of an accessReviewInstance 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 AccessReviewInstance body) Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewInstance, it's status must be InProgress.- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull AccessReviewInstance body, @Nullable Consumer<AccessReviewInstanceItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewInstance, it's status must be InProgress.- 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
AccessReviewInstanceItemRequestBuilder
-