Uses of Class
com.microsoft.graph.models.SchedulingGroup
Packages that use SchedulingGroup
-
Uses of SchedulingGroup in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SchedulingGroupModifier and TypeMethodDescriptionstatic SchedulingGroupSchedulingGroup.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type SchedulingGroupModifier and TypeMethodDescriptionSchedule.getSchedulingGroups()Gets the schedulingGroups property value.SchedulingGroupCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type SchedulingGroupModifier and TypeMethodDescriptionvoidSchedule.setSchedulingGroups(List<SchedulingGroup> value) Sets the schedulingGroups property value.voidSchedulingGroupCollectionResponse.setValue(List<SchedulingGroup> value) Sets the value property value.