Class BookingUserSupplier

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-24T16:09:09.617820397+07:00[Asia/Bangkok]") public class BookingUserSupplier extends Object
User details for the authenticated person that made the booking.
  • Field Details

  • Constructor Details

    • BookingUserSupplier

      public BookingUserSupplier()
    • BookingUserSupplier

      public BookingUserSupplier(String fullName)
  • Method Details

    • userIdentifier

      public BookingUserSupplier userIdentifier(UUID userIdentifier)
    • getUserIdentifier

      @Nullable @Valid public @Valid UUID getUserIdentifier()
      User identifier
      Returns:
      userIdentifier
    • setUserIdentifier

      public void setUserIdentifier(UUID userIdentifier)
    • firstName

      public BookingUserSupplier firstName(String firstName)
    • getFirstName

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

      public void setFirstName(String firstName)
    • lastName

      public BookingUserSupplier lastName(String lastName)
    • getLastName

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

      public void setLastName(String lastName)
    • email

      public BookingUserSupplier email(String email)
    • getEmail

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

      public void setEmail(String email)
    • telephone

      public BookingUserSupplier telephone(String telephone)
    • getTelephone

      @Nullable public String getTelephone()
      Telephone
      Returns:
      telephone
    • setTelephone

      public void setTelephone(String telephone)
    • 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