Uses of Class
odata.msgraph.client.enums.VppTokenState
-
Packages that use VppTokenState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of VppTokenState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as VppTokenState Modifier and Type Field Description protected VppTokenStateVppToken. stateMethods in odata.msgraph.client.entity that return types with arguments of type VppTokenState Modifier and Type Method Description Optional<VppTokenState>VppToken. getState()“Current state of the Apple Volume Purchase Program Token.Methods in odata.msgraph.client.entity with parameters of type VppTokenState Modifier and Type Method Description VppToken.BuilderVppToken.Builder. state(VppTokenState state)“Current state of the Apple Volume Purchase Program Token.VppTokenVppToken. withState(VppTokenState state)Returns an immutable copy ofthiswith just thestatefield changed. -
Uses of VppTokenState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return VppTokenState Modifier and Type Method Description static VppTokenStateVppTokenState. valueOf(String name)Returns 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.
-