Package com.okta.sdk.resource.model
Class RealmProfile
java.lang.Object
com.okta.sdk.resource.model.RealmProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class RealmProfile
extends Object
implements Serializable
RealmProfile
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Used to store partner users. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
Name of a RealmUsed to store partner users.int
hashCode()
realmType
(RealmProfile.RealmTypeEnum realmType) void
void
setRealmType
(RealmProfile.RealmTypeEnum realmType) toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_REALM_TYPE
- See Also:
-
-
Constructor Details
-
RealmProfile
public RealmProfile()
-
-
Method Details
-
name
-
getName
Name of a Realm- Returns:
- name
-
setName
-
realmType
-
getRealmType
Used to store partner users. This must be set to Partner to access Okta's external partner portal.- Returns:
- realmType
-
setRealmType
-
equals
-
hashCode
public int hashCode() -
toString
-