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