Uses of Enum
com.microsoft.graph.models.VppTokenSyncStatus
Packages that use VppTokenSyncStatus
-
Uses of VppTokenSyncStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return VppTokenSyncStatusModifier and TypeMethodDescriptionstatic VppTokenSyncStatusVppToken.getLastSyncStatus()Gets the lastSyncStatus property value.static VppTokenSyncStatusReturns 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.Methods in com.microsoft.graph.models with parameters of type VppTokenSyncStatusModifier and TypeMethodDescriptionvoidVppToken.setLastSyncStatus(VppTokenSyncStatus value) Sets the lastSyncStatus property value.