Uses of Enum
com.okta.sdk.resource.model.AppUserSyncState
Packages that use AppUserSyncState
-
Uses of AppUserSyncState in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AppUserSyncStateModifier 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.Methods in com.okta.sdk.resource.model with parameters of type AppUserSyncStateModifier and TypeMethodDescriptionvoid
AppUser.setSyncState
(AppUserSyncState syncState) void
AppUserAssignRequest.setSyncState
(AppUserSyncState syncState) AppUser.syncState
(AppUserSyncState syncState) AppUserAssignRequest.syncState
(AppUserSyncState syncState)