@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class CreateUserRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_GROUP_IDS |
static String |
JSON_PROPERTY_PROFILE |
static String |
JSON_PROPERTY_REALM_ID |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
CreateUserRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserRequest |
addGroupIdsItem(String groupIdsItem) |
CreateUserRequest |
credentials(UserCredentials credentials) |
boolean |
equals(Object o) |
UserCredentials |
getCredentials()
Get credentials
|
List<String> |
getGroupIds()
Get groupIds
|
UserProfile |
getProfile()
Get profile
|
String |
getRealmId()
The ID of the realm in which the user is residing
|
UserType |
getType()
Get type
|
CreateUserRequest |
groupIds(List<String> groupIds) |
int |
hashCode() |
CreateUserRequest |
profile(UserProfile profile) |
CreateUserRequest |
realmId(String realmId) |
void |
setCredentials(UserCredentials credentials) |
void |
setGroupIds(List<String> groupIds) |
void |
setProfile(UserProfile profile) |
void |
setRealmId(String realmId) |
void |
setType(UserType type) |
String |
toString() |
CreateUserRequest |
type(UserType type) |
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_GROUP_IDS
public static final String JSON_PROPERTY_PROFILE
public static final String JSON_PROPERTY_REALM_ID
public static final String JSON_PROPERTY_TYPE
public CreateUserRequest credentials(UserCredentials credentials)
@Nullable public UserCredentials getCredentials()
public void setCredentials(UserCredentials credentials)
public CreateUserRequest groupIds(List<String> groupIds)
public CreateUserRequest addGroupIdsItem(String groupIdsItem)
public CreateUserRequest profile(UserProfile profile)
@Nonnull public UserProfile getProfile()
public void setProfile(UserProfile profile)
public CreateUserRequest realmId(String realmId)
@Nullable public String getRealmId()
public void setRealmId(String realmId)
public CreateUserRequest type(UserType type)
public void setType(UserType type)
Copyright © 2017–2023 Okta. All rights reserved.