Uses of Class
odata.msgraph.client.beta.enums.VppTokenSyncStatus
-
Packages that use VppTokenSyncStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of VppTokenSyncStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VppTokenSyncStatus Modifier and Type Field Description protected VppTokenSyncStatusVppToken. lastSyncStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type VppTokenSyncStatus Modifier and Type Method Description Optional<VppTokenSyncStatus>VppToken. getLastSyncStatus()“Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token.Methods in odata.msgraph.client.beta.entity with parameters of type VppTokenSyncStatus Modifier and Type Method Description VppToken.BuilderVppToken.Builder. lastSyncStatus(VppTokenSyncStatus lastSyncStatus)“Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token.VppTokenVppToken. withLastSyncStatus(VppTokenSyncStatus lastSyncStatus)Returns an immutable copy ofthiswith just thelastSyncStatusfield changed. -
Uses of VppTokenSyncStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VppTokenSyncStatus Modifier and Type Method Description static VppTokenSyncStatusVppTokenSyncStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VppTokenSyncStatus[]VppTokenSyncStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-