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.RealmTypeEnumRealmProfile.getRealmType()Used to store partner users.static RealmProfile.RealmTypeEnumReturns 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) voidRealmProfile.setRealmType(RealmProfile.RealmTypeEnum realmType)