Uses of Enum
com.okta.sdk.resource.model.PrivilegedAccountType
Packages that use PrivilegedAccountType
-
Uses of PrivilegedAccountType in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as PrivilegedAccountTypeMethods in com.okta.sdk.resource.model that return PrivilegedAccountTypeModifier and TypeMethodDescriptionstatic PrivilegedAccountTypePrivilegedAccount.getAccountType()Get accountTypestatic PrivilegedAccountTypeReturns the enum constant of this type with the specified name.static PrivilegedAccountType[]PrivilegedAccountType.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 PrivilegedAccountTypeModifier and TypeMethodDescriptionPrivilegedAccount.accountType(PrivilegedAccountType accountType) voidPrivilegedAccount.setAccountType(PrivilegedAccountType accountType)