Uses of Enum
com.okta.sdk.resource.model.RealmProfile.RealmTypeEnum
Packages that use RealmProfile.RealmTypeEnum
-
Uses of RealmProfile.RealmTypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return RealmProfile.RealmTypeEnumModifier and TypeMethodDescriptionstatic RealmProfile.RealmTypeEnum
RealmProfile.getRealmType()
Used to store partner users.static RealmProfile.RealmTypeEnum
Returns the enum constant of this type with the specified name.static RealmProfile.RealmTypeEnum[]
RealmProfile.RealmTypeEnum.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 RealmProfile.RealmTypeEnumModifier and TypeMethodDescriptionRealmProfile.realmType
(RealmProfile.RealmTypeEnum realmType) void
RealmProfile.setRealmType
(RealmProfile.RealmTypeEnum realmType)