Uses of Class
odata.msgraph.client.beta.entity.UnifiedRoleScheduleBase
-
Packages that use UnifiedRoleScheduleBase Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of UnifiedRoleScheduleBase in odata.msgraph.client.beta.entity
Subclasses of UnifiedRoleScheduleBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classUnifiedRoleAssignmentScheduleclassUnifiedRoleEligibilityScheduleMethods in odata.msgraph.client.beta.entity that return UnifiedRoleScheduleBase Modifier and Type Method Description UnifiedRoleScheduleBaseUnifiedRoleScheduleBase.Builder. build()UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withAppScopeId(String appScopeId)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withCreatedDateTime(OffsetDateTime createdDateTime)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withCreatedUsing(String createdUsing)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withDirectoryScopeId(String directoryScopeId)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withModifiedDateTime(OffsetDateTime modifiedDateTime)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withPrincipalId(String principalId)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withRoleDefinitionId(String roleDefinitionId)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withStatus(String status)UnifiedRoleScheduleBaseUnifiedRoleScheduleBase. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type UnifiedRoleScheduleBase Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UnifiedRoleScheduleBase>RbacApplication. roleSchedules(String directoryScopeId, String appScopeId, String principalId, String roleDefinitionId) -
Uses of UnifiedRoleScheduleBase in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type UnifiedRoleScheduleBase Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UnifiedRoleScheduleBase>RbacApplicationRequest. roleSchedules(String directoryScopeId, String appScopeId, String principalId, String roleDefinitionId)
-