Uses of Class
odata.msgraph.client.beta.entity.SchedulingGroup
-
Packages that use SchedulingGroup Package Description odata.msgraph.client.beta.entity -
-
Uses of SchedulingGroup in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SchedulingGroup Modifier and Type Method Description SchedulingGroupSchedulingGroup.Builder. build()SchedulingGroupSchedulingGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SchedulingGroupSchedulingGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SchedulingGroupSchedulingGroup. withDisplayName(String displayName)SchedulingGroupSchedulingGroup. withIsActive(Boolean isActive)Returns an immutable copy ofthiswith just theisActivefield changed.SchedulingGroupSchedulingGroup. withUnmappedField(String name, String value)SchedulingGroupSchedulingGroup. withUserIds(List<String> userIds)
-