Package com.microsoft.graph.requests
Class UnifiedRoleEligibilityScheduleRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<UnifiedRoleEligibilitySchedule>
com.microsoft.graph.requests.UnifiedRoleEligibilityScheduleRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class UnifiedRoleEligibilityScheduleRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<UnifiedRoleEligibilitySchedule>
The class for the Unified Role Eligibility Schedule Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionUnifiedRoleEligibilityScheduleRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the UnifiedRoleEligibilitySchedule -
Method Summary
Modifier and TypeMethodDescriptionappScope()
Gets the request builder for AppScopebuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets the request builder for DirectoryObjectGets the request builder for DirectoryObjectGets the request builder for UnifiedRoleDefinitionMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
UnifiedRoleEligibilityScheduleRequestBuilder
public UnifiedRoleEligibilityScheduleRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the UnifiedRoleEligibilitySchedule- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public UnifiedRoleEligibilityScheduleRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the UnifiedRoleEligibilityScheduleRequest instance
-
buildRequest
@Nonnull public UnifiedRoleEligibilityScheduleRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the UnifiedRoleEligibilityScheduleRequest instance
-
appScope
Gets the request builder for AppScope- Returns:
- the AppScopeWithReferenceRequestBuilder instance
-
directoryScope
Gets the request builder for DirectoryObject- Returns:
- the DirectoryObjectWithReferenceRequestBuilder instance
-
principal
Gets the request builder for DirectoryObject- Returns:
- the DirectoryObjectWithReferenceRequestBuilder instance
-
roleDefinition
Gets the request builder for UnifiedRoleDefinition- Returns:
- the UnifiedRoleDefinitionWithReferenceRequestBuilder instance
-