Class EntitlementManagementRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder
@Generated("com.microsoft.kiota")
public class EntitlementManagementRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the entitlementManagement property of the microsoft.graph.identityGovernance entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classGet entitlementManagement from identityGovernanceclassConfiguration 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
ConstructorsConstructorDescriptionEntitlementManagementRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEntitlementManagementRequestBuilderand sets the default values.EntitlementManagementRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEntitlementManagementRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the accessPackageAssignmentApprovals property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the accessPackages property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the assignmentPolicies property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the assignments property of the microsoft.graph.entitlementManagement entity.catalogs()Provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the connectedOrganizations property of the microsoft.graph.entitlementManagement entity.voiddelete()Delete navigation property entitlementManagement for identityGovernancevoiddelete(Consumer<EntitlementManagementRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property entitlementManagement for identityGovernanceget()Get entitlementManagement from identityGovernanceget(Consumer<EntitlementManagementRequestBuilder.GetRequestConfiguration> requestConfiguration) Get entitlementManagement from identityGovernancepatch(EntitlementManagement body) Update the navigation property entitlementManagement in identityGovernancepatch(EntitlementManagement body, Consumer<EntitlementManagementRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property entitlementManagement in identityGovernanceProvides operations to manage the resourceEnvironments property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the resourceRequests property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the resourceRoleScopes property of the microsoft.graph.entitlementManagement entity.Provides operations to manage the resources property of the microsoft.graph.entitlementManagement entity.settings()Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity.com.microsoft.kiota.RequestInformationDelete navigation property entitlementManagement for identityGovernancecom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<EntitlementManagementRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property entitlementManagement for identityGovernancecom.microsoft.kiota.RequestInformationGet entitlementManagement from identityGovernancecom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<EntitlementManagementRequestBuilder.GetRequestConfiguration> requestConfiguration) Get entitlementManagement from identityGovernancecom.microsoft.kiota.RequestInformationUpdate the navigation property entitlementManagement in identityGovernancecom.microsoft.kiota.RequestInformationtoPatchRequestInformation(EntitlementManagement body, Consumer<EntitlementManagementRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property entitlementManagement in identityGovernanceReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
EntitlementManagementRequestBuilder
public EntitlementManagementRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEntitlementManagementRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
EntitlementManagementRequestBuilder
public EntitlementManagementRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEntitlementManagementRequestBuilderand 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
-
accessPackageAssignmentApprovals
Provides operations to manage the accessPackageAssignmentApprovals property of the microsoft.graph.entitlementManagement entity. -
accessPackages
Provides operations to manage the accessPackages property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
AccessPackagesRequestBuilder
-
assignmentPolicies
Provides operations to manage the assignmentPolicies property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
AssignmentPoliciesRequestBuilder
-
assignmentRequests
Provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
AssignmentRequestsRequestBuilder
-
assignments
Provides operations to manage the assignments property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
AssignmentsRequestBuilder
-
catalogs
Provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
CatalogsRequestBuilder
-
connectedOrganizations
Provides operations to manage the connectedOrganizations property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
ConnectedOrganizationsRequestBuilder
-
resourceEnvironments
Provides operations to manage the resourceEnvironments property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
ResourceEnvironmentsRequestBuilder
-
resourceRequests
Provides operations to manage the resourceRequests property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
ResourceRequestsRequestBuilder
-
resourceRoleScopes
Provides operations to manage the resourceRoleScopes property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
ResourceRoleScopesRequestBuilder
-
resources
Provides operations to manage the resources property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
ResourcesRequestBuilder
-
settings
Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity.- Returns:
- a
SettingsRequestBuilder
-
delete
public void delete()Delete navigation property entitlementManagement for identityGovernance- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<EntitlementManagementRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property entitlementManagement 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
Get entitlementManagement from identityGovernance- Returns:
- a
EntitlementManagement - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public EntitlementManagement get(@Nullable Consumer<EntitlementManagementRequestBuilder.GetRequestConfiguration> requestConfiguration) Get entitlementManagement from identityGovernance- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
EntitlementManagement - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property entitlementManagement in identityGovernance- Parameters:
body- The request body- Returns:
- a
EntitlementManagement - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public EntitlementManagement patch(@Nonnull EntitlementManagement body, @Nullable Consumer<EntitlementManagementRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property entitlementManagement in identityGovernance- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
EntitlementManagement - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property entitlementManagement for identityGovernance- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<EntitlementManagementRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property entitlementManagement 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()Get entitlementManagement from identityGovernance- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<EntitlementManagementRequestBuilder.GetRequestConfiguration> requestConfiguration) Get entitlementManagement from identityGovernance- 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 EntitlementManagement body) Update the navigation property entitlementManagement in identityGovernance- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull EntitlementManagement body, @Nullable Consumer<EntitlementManagementRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property entitlementManagement 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
EntitlementManagementRequestBuilder
-