Uses of Class
odata.msgraph.client.entity.SchedulingGroup
-
Packages that use SchedulingGroup Package Description odata.msgraph.client.entity -
-
Uses of SchedulingGroup in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SchedulingGroup Modifier and Type Field Description protected List<SchedulingGroup>Schedule. schedulingGroupsMethods in odata.msgraph.client.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, Object value)SchedulingGroupSchedulingGroup. withUserIds(List<String> userIds)Methods in odata.msgraph.client.entity with parameters of type SchedulingGroup Modifier and Type Method Description Schedule.BuilderSchedule.Builder. schedulingGroups(SchedulingGroup... schedulingGroups)Org.OData.Capabilities.V1.ExpandRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type SchedulingGroup Modifier and Type Method Description Schedule.BuilderSchedule.Builder. schedulingGroups(List<SchedulingGroup> schedulingGroups)Org.OData.Capabilities.V1.ExpandRestrictionsScheduleSchedule. withSchedulingGroups(List<SchedulingGroup> schedulingGroups)Returns an immutable copy ofthiswith just theschedulingGroupsfield changed.
-