Uses of Class
odata.msgraph.client.entity.UnifiedRoleAssignmentScheduleInstance
-
Packages that use UnifiedRoleAssignmentScheduleInstance Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of UnifiedRoleAssignmentScheduleInstance in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type UnifiedRoleAssignmentScheduleInstance Modifier and Type Field Description protected List<UnifiedRoleAssignmentScheduleInstance>RbacApplication. roleAssignmentScheduleInstancesMethods in odata.msgraph.client.entity that return UnifiedRoleAssignmentScheduleInstance Modifier and Type Method Description UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance.Builder. build()UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. withAssignmentType(String assignmentType)UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. withEndDateTime(OffsetDateTime endDateTime)UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. withMemberType(String memberType)UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. withRoleAssignmentOriginId(String roleAssignmentOriginId)UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. withRoleAssignmentScheduleId(String roleAssignmentScheduleId)UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. withStartDateTime(OffsetDateTime startDateTime)UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstance. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type UnifiedRoleAssignmentScheduleInstance Modifier and Type Method Description RbacApplication.BuilderRbacApplication.Builder. roleAssignmentScheduleInstances(UnifiedRoleAssignmentScheduleInstance... roleAssignmentScheduleInstances)Method parameters in odata.msgraph.client.entity with type arguments of type UnifiedRoleAssignmentScheduleInstance Modifier and Type Method Description RbacApplication.BuilderRbacApplication.Builder. roleAssignmentScheduleInstances(List<UnifiedRoleAssignmentScheduleInstance> roleAssignmentScheduleInstances)RbacApplicationRbacApplication. withRoleAssignmentScheduleInstances(List<UnifiedRoleAssignmentScheduleInstance> roleAssignmentScheduleInstances) -
Uses of UnifiedRoleAssignmentScheduleInstance in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type UnifiedRoleAssignmentScheduleInstance Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UnifiedRoleAssignmentScheduleInstance>UnifiedRoleAssignmentScheduleInstanceCollectionRequest. filterByCurrentUser(RoleAssignmentScheduleInstanceFilterByCurrentUserOptions on)
-