Uses of Enum
com.microsoft.graph.models.ScheduleChangeRequestActor
Packages that use ScheduleChangeRequestActor
-
Uses of ScheduleChangeRequestActor in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ScheduleChangeRequestActorModifier and TypeMethodDescriptionstatic ScheduleChangeRequestActorScheduleChangeRequest.getAssignedTo()Gets the assignedTo property value.static ScheduleChangeRequestActorReturns the enum constant of this type with the specified name.static ScheduleChangeRequestActor[]ScheduleChangeRequestActor.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ScheduleChangeRequestActorModifier and TypeMethodDescriptionvoidScheduleChangeRequest.setAssignedTo(ScheduleChangeRequestActor value) Sets the assignedTo property value.