Class GroupRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identitygovernance.privilegedaccess.group.GroupRequestBuilder
@Generated("com.microsoft.kiota")
public class GroupRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the group property of the microsoft.graph.privilegedAccessRoot entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classA group that's governed through Privileged Identity Management (PIM).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
ConstructorsConstructorDescriptionGroupRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newGroupRequestBuilderand sets the default values.GroupRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newGroupRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the assignmentApprovals property of the microsoft.graph.privilegedAccessGroup entity.Provides operations to manage the assignmentScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity.Provides operations to manage the assignmentScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity.Provides operations to manage the assignmentSchedules property of the microsoft.graph.privilegedAccessGroup entity.voiddelete()Delete navigation property group for identityGovernancevoiddelete(Consumer<GroupRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property group for identityGovernanceProvides operations to manage the eligibilityScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity.Provides operations to manage the eligibilityScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity.Provides operations to manage the eligibilitySchedules property of the microsoft.graph.privilegedAccessGroup entity.get()A group that's governed through Privileged Identity Management (PIM).get(Consumer<GroupRequestBuilder.GetRequestConfiguration> requestConfiguration) A group that's governed through Privileged Identity Management (PIM).patch(PrivilegedAccessGroup body) Update the navigation property group in identityGovernancepatch(PrivilegedAccessGroup body, Consumer<GroupRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property group in identityGovernancecom.microsoft.kiota.RequestInformationDelete navigation property group for identityGovernancecom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<GroupRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property group for identityGovernancecom.microsoft.kiota.RequestInformationA group that's governed through Privileged Identity Management (PIM).com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<GroupRequestBuilder.GetRequestConfiguration> requestConfiguration) A group that's governed through Privileged Identity Management (PIM).com.microsoft.kiota.RequestInformationUpdate the navigation property group in identityGovernancecom.microsoft.kiota.RequestInformationtoPatchRequestInformation(PrivilegedAccessGroup body, Consumer<GroupRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property group in identityGovernanceReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
GroupRequestBuilder
public GroupRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newGroupRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
GroupRequestBuilder
public GroupRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newGroupRequestBuilderand 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
-
assignmentApprovals
Provides operations to manage the assignmentApprovals property of the microsoft.graph.privilegedAccessGroup entity.- Returns:
- a
AssignmentApprovalsRequestBuilder
-
assignmentScheduleInstances
Provides operations to manage the assignmentScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity.- Returns:
- a
AssignmentScheduleInstancesRequestBuilder
-
assignmentScheduleRequests
Provides operations to manage the assignmentScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity.- Returns:
- a
AssignmentScheduleRequestsRequestBuilder
-
assignmentSchedules
Provides operations to manage the assignmentSchedules property of the microsoft.graph.privilegedAccessGroup entity.- Returns:
- a
AssignmentSchedulesRequestBuilder
-
eligibilityScheduleInstances
Provides operations to manage the eligibilityScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity.- Returns:
- a
EligibilityScheduleInstancesRequestBuilder
-
eligibilityScheduleRequests
Provides operations to manage the eligibilityScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity.- Returns:
- a
EligibilityScheduleRequestsRequestBuilder
-
eligibilitySchedules
Provides operations to manage the eligibilitySchedules property of the microsoft.graph.privilegedAccessGroup entity.- Returns:
- a
EligibilitySchedulesRequestBuilder
-
delete
public void delete()Delete navigation property group for identityGovernance- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<GroupRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property group 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
A group that's governed through Privileged Identity Management (PIM).- Returns:
- a
PrivilegedAccessGroup - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public PrivilegedAccessGroup get(@Nullable Consumer<GroupRequestBuilder.GetRequestConfiguration> requestConfiguration) A group that's governed through Privileged Identity Management (PIM).- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
PrivilegedAccessGroup - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property group in identityGovernance- Parameters:
body- The request body- Returns:
- a
PrivilegedAccessGroup - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public PrivilegedAccessGroup patch(@Nonnull PrivilegedAccessGroup body, @Nullable Consumer<GroupRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property group in identityGovernance- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
PrivilegedAccessGroup - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property group for identityGovernance- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<GroupRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property group 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()A group that's governed through Privileged Identity Management (PIM).- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<GroupRequestBuilder.GetRequestConfiguration> requestConfiguration) A group that's governed through Privileged Identity Management (PIM).- 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 PrivilegedAccessGroup body) Update the navigation property group in identityGovernance- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull PrivilegedAccessGroup body, @Nullable Consumer<GroupRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property group in identityGovernance- 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
GroupRequestBuilder
-