Class IamUpdateUserRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamUpdateUserRequestDto
-
public class IamUpdateUserRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamUpdateUserRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description IamUpdateUserRequestDto()IamUpdateUserRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> primaryEmailAddress, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username, org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoIsBotUser> isBotUser, org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoStatus> status, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamUpdateUserRequestDto.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>firstName()inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamUpdateUserRequestDtoIsBotUser>isBotUser()Indicates if the user is a bot or service userorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>lastName()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()User's name which (can be a full name or display name)org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>primaryEmailAddress()Primary email address of the user.org.openapitools.jackson.nullable.JsonNullable<IamUpdateUserRequestDtoStatus>status()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>username()IamUpdateUserRequestDtowithFirstName(java.lang.String firstName)IamUpdateUserRequestDtowithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)IamUpdateUserRequestDtowithIsBotUser(IamUpdateUserRequestDtoIsBotUser isBotUser)Indicates if the user is a bot or service userIamUpdateUserRequestDtowithIsBotUser(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoIsBotUser> isBotUser)Indicates if the user is a bot or service userIamUpdateUserRequestDtowithLastName(java.lang.String lastName)IamUpdateUserRequestDtowithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)IamUpdateUserRequestDtowithName(java.lang.String name)User's name which (can be a full name or display name)IamUpdateUserRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)User's name which (can be a full name or display name)IamUpdateUserRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerIamUpdateUserRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerIamUpdateUserRequestDtowithPrimaryEmailAddress(java.lang.String primaryEmailAddress)Primary email address of the user.IamUpdateUserRequestDtowithPrimaryEmailAddress(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> primaryEmailAddress)Primary email address of the user.IamUpdateUserRequestDtowithStatus(IamUpdateUserRequestDtoStatus status)IamUpdateUserRequestDtowithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoStatus> status)IamUpdateUserRequestDtowithUsername(java.lang.String username)IamUpdateUserRequestDtowithUsername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username)
-
-
-
Constructor Detail
-
IamUpdateUserRequestDto
public IamUpdateUserRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> primaryEmailAddress, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username, org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoIsBotUser> isBotUser, org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoStatus> status, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
IamUpdateUserRequestDto
public IamUpdateUserRequestDto()
-
-
Method Detail
-
primaryEmailAddress
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> primaryEmailAddress()
Primary email address of the user. This is generally a work email address.
-
firstName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName()
-
lastName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName()
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
User's name which (can be a full name or display name)
-
username
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username()
-
isBotUser
public org.openapitools.jackson.nullable.JsonNullable<IamUpdateUserRequestDtoIsBotUser> isBotUser()
Indicates if the user is a bot or service user
-
status
public org.openapitools.jackson.nullable.JsonNullable<IamUpdateUserRequestDtoStatus> status()
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static final IamUpdateUserRequestDto.Builder builder()
-
withPrimaryEmailAddress
public IamUpdateUserRequestDto withPrimaryEmailAddress(java.lang.String primaryEmailAddress)
Primary email address of the user. This is generally a work email address.
-
withPrimaryEmailAddress
public IamUpdateUserRequestDto withPrimaryEmailAddress(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> primaryEmailAddress)
Primary email address of the user. This is generally a work email address.
-
withFirstName
public IamUpdateUserRequestDto withFirstName(java.lang.String firstName)
-
withFirstName
public IamUpdateUserRequestDto withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
-
withLastName
public IamUpdateUserRequestDto withLastName(java.lang.String lastName)
-
withLastName
public IamUpdateUserRequestDto withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
-
withName
public IamUpdateUserRequestDto withName(java.lang.String name)
User's name which (can be a full name or display name)
-
withName
public IamUpdateUserRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
User's name which (can be a full name or display name)
-
withUsername
public IamUpdateUserRequestDto withUsername(java.lang.String username)
-
withUsername
public IamUpdateUserRequestDto withUsername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username)
-
withIsBotUser
public IamUpdateUserRequestDto withIsBotUser(IamUpdateUserRequestDtoIsBotUser isBotUser)
Indicates if the user is a bot or service user
-
withIsBotUser
public IamUpdateUserRequestDto withIsBotUser(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoIsBotUser> isBotUser)
Indicates if the user is a bot or service user
-
withStatus
public IamUpdateUserRequestDto withStatus(IamUpdateUserRequestDtoStatus status)
-
withStatus
public IamUpdateUserRequestDto withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoStatus> status)
-
withPassthrough
public IamUpdateUserRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public IamUpdateUserRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-