Class ProfileUserSupplierDetails

java.lang.Object
travel.wink.sdk.extranet.booking.model.ProfileUserSupplierDetails

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class ProfileUserSupplierDetails extends Object
ProfileUserSupplierDetails
  • Field Details

  • Constructor Details

    • ProfileUserSupplierDetails

      public ProfileUserSupplierDetails()
    • ProfileUserSupplierDetails

      public ProfileUserSupplierDetails(String fullName)
      Constructor with only readonly parameters
  • Method Details

    • firstName

      public ProfileUserSupplierDetails firstName(@Nullable String firstName)
    • getFirstName

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

      public void setFirstName(@Nullable String firstName)
    • lastName

      public ProfileUserSupplierDetails lastName(@Nullable String lastName)
    • getLastName

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

      public void setLastName(@Nullable String lastName)
    • email

      public ProfileUserSupplierDetails email(@Nullable String email)
    • getEmail

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

      public void setEmail(@Nullable String email)
    • phone

      public ProfileUserSupplierDetails phone(@Nullable String phone)
    • getPhone

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

      public void setPhone(@Nullable String phone)
    • profilePictureUrl

      public ProfileUserSupplierDetails profilePictureUrl(@Nullable String profilePictureUrl)
    • getProfilePictureUrl

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

      public void setProfilePictureUrl(@Nullable String profilePictureUrl)
    • getFullName

      @Nullable public String getFullName()
      Full name
      Returns:
      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