Class ProfileUser

java.lang.Object
travel.wink.sdk.extranet.model.ProfileUser

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-08T16:32:28.411222+07:00[Asia/Bangkok]") public class ProfileUser extends Object
ProfileUser
  • Field Details

  • Constructor Details

    • ProfileUser

      public ProfileUser()
  • Method Details

    • firstName

      public ProfileUser firstName(String firstName)
    • getFirstName

      @Nullable public String getFirstName()
      First name
      Returns:
      firstName
    • setFirstName

      public void setFirstName(String firstName)
    • lastName

      public ProfileUser lastName(String lastName)
    • getLastName

      @Nullable public String getLastName()
      Last name
      Returns:
      lastName
    • setLastName

      public void setLastName(String lastName)
    • email

      public ProfileUser email(String email)
    • getEmail

      @Nullable public String getEmail()
      Email
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • phone

      public ProfileUser phone(String phone)
    • getPhone

      @Nullable public String getPhone()
      Telephone
      Returns:
      phone
    • setPhone

      public void setPhone(String phone)
    • profilePictureUrl

      public ProfileUser profilePictureUrl(String profilePictureUrl)
    • getProfilePictureUrl

      @Nullable public String getProfilePictureUrl()
      Profile picture URL
      Returns:
      profilePictureUrl
    • setProfilePictureUrl

      public void setProfilePictureUrl(String profilePictureUrl)
    • fullName

      public ProfileUser fullName(String fullName)
    • getFullName

      @Nullable public String getFullName()
      Full name
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object