Uses of Enum
com.okta.sdk.resource.model.AppUserSyncState
-
Uses of AppUserSyncState in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic AppUserSyncState
AppUser.getSyncState()
Get syncStateAppUserAssignRequest.getSyncState()
Get syncStatestatic AppUserSyncState
Returns the enum constant of this type with the specified name.static AppUserSyncState[]
AppUserSyncState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AppUser.setSyncState
(AppUserSyncState syncState) void
AppUserAssignRequest.setSyncState
(AppUserSyncState syncState) AppUser.syncState
(AppUserSyncState syncState) AppUserAssignRequest.syncState
(AppUserSyncState syncState)