Uses of Class
odata.msgraph.client.beta.enums.VppTokenAccountType
-
Packages that use VppTokenAccountType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of VppTokenAccountType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VppTokenAccountType Modifier and Type Field Description protected VppTokenAccountTypeIosVppApp. vppTokenAccountTypeprotected VppTokenAccountTypeMacOsVppApp. vppTokenAccountTypeprotected VppTokenAccountTypeVppToken. vppTokenAccountTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type VppTokenAccountType Modifier and Type Method Description Optional<VppTokenAccountType>IosVppApp. getVppTokenAccountType()“The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.Optional<VppTokenAccountType>MacOsVppApp. getVppTokenAccountType()“The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.Optional<VppTokenAccountType>VppToken. getVppTokenAccountType()“The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.Methods in odata.msgraph.client.beta.entity with parameters of type VppTokenAccountType Modifier and Type Method Description IosVppApp.BuilderIosVppApp.Builder. vppTokenAccountType(VppTokenAccountType vppTokenAccountType)“The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.MacOsVppApp.BuilderMacOsVppApp.Builder. vppTokenAccountType(VppTokenAccountType vppTokenAccountType)“The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.VppToken.BuilderVppToken.Builder. vppTokenAccountType(VppTokenAccountType vppTokenAccountType)“The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.IosVppAppIosVppApp. withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)Returns an immutable copy ofthiswith just thevppTokenAccountTypefield changed.MacOsVppAppMacOsVppApp. withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)Returns an immutable copy ofthiswith just thevppTokenAccountTypefield changed.VppTokenVppToken. withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)Returns an immutable copy ofthiswith just thevppTokenAccountTypefield changed. -
Uses of VppTokenAccountType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VppTokenAccountType Modifier and Type Method Description static VppTokenAccountTypeVppTokenAccountType. valueOf(String name)Returns 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.
-