Uses of Enum
com.microsoft.graph.models.ScheduleChangeState
Packages that use ScheduleChangeState
-
Uses of ScheduleChangeState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ScheduleChangeStateModifier and TypeMethodDescriptionstatic ScheduleChangeStateScheduleChangeRequest.getState()Gets the state property value.static ScheduleChangeStateReturns the enum constant of this type with the specified name.static ScheduleChangeState[]ScheduleChangeState.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 ScheduleChangeStateModifier and TypeMethodDescriptionvoidScheduleChangeRequest.setState(ScheduleChangeState value) Sets the state property value.