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