Class IamUpdateUserRequestDto


  • public class IamUpdateUserRequestDto
    extends java.lang.Object
    • 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
      • passthrough

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> passthrough()
        Value to pass through to the provider
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username)
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object