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