Uses of Enum
com.microsoft.graph.models.VppTokenAccountType
Packages that use VppTokenAccountType
-
Uses of VppTokenAccountType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return VppTokenAccountTypeModifier and TypeMethodDescriptionstatic VppTokenAccountTypeIosVppApp.getVppTokenAccountType()Gets the vppTokenAccountType property value.VppToken.getVppTokenAccountType()Gets the vppTokenAccountType property value.static VppTokenAccountTypeReturns the enum constant of this type with the specified name.static VppTokenAccountType[]VppTokenAccountType.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 VppTokenAccountTypeModifier and TypeMethodDescriptionvoidIosVppApp.setVppTokenAccountType(VppTokenAccountType value) Sets the vppTokenAccountType property value.voidVppToken.setVppTokenAccountType(VppTokenAccountType value) Sets the vppTokenAccountType property value.