@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class CreateUserRequest
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
JSON_PROPERTY_CREDENTIALS  | 
static java.lang.String | 
JSON_PROPERTY_GROUP_IDS  | 
static java.lang.String | 
JSON_PROPERTY_PROFILE  | 
static java.lang.String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
CreateUserRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateUserRequest | 
addGroupIdsItem(java.lang.String groupIdsItem)  | 
CreateUserRequest | 
credentials(UserCredentials credentials)  | 
boolean | 
equals(java.lang.Object o)  | 
UserCredentials | 
getCredentials()
Get credentials 
 | 
java.util.List<java.lang.String> | 
getGroupIds()
Get groupIds 
 | 
UserProfile | 
getProfile()
Get profile 
 | 
UserType | 
getType()
Get type 
 | 
CreateUserRequest | 
groupIds(java.util.List<java.lang.String> groupIds)  | 
int | 
hashCode()  | 
CreateUserRequest | 
profile(UserProfile profile)  | 
void | 
setCredentials(UserCredentials credentials)  | 
void | 
setGroupIds(java.util.List<java.lang.String> groupIds)  | 
void | 
setProfile(UserProfile profile)  | 
void | 
setType(UserType type)  | 
java.lang.String | 
toString()  | 
CreateUserRequest | 
type(UserType type)  | 
public static final java.lang.String JSON_PROPERTY_CREDENTIALS
public static final java.lang.String JSON_PROPERTY_GROUP_IDS
public static final java.lang.String JSON_PROPERTY_PROFILE
public static final java.lang.String JSON_PROPERTY_TYPE
public CreateUserRequest credentials(UserCredentials credentials)
@Nullable public UserCredentials getCredentials()
public void setCredentials(UserCredentials credentials)
public CreateUserRequest groupIds(java.util.List<java.lang.String> groupIds)
public CreateUserRequest addGroupIdsItem(java.lang.String groupIdsItem)
@Nullable public java.util.List<java.lang.String> getGroupIds()
public void setGroupIds(java.util.List<java.lang.String> groupIds)
public CreateUserRequest profile(UserProfile profile)
@Nonnull public UserProfile getProfile()
public void setProfile(UserProfile profile)
public CreateUserRequest type(UserType type)
@Nullable public UserType getType()
public void setType(UserType type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.