Class ProfileSupplier

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-25T09:03:50.356743433+07:00[Asia/Bangkok]") public class ProfileSupplier extends Object
A user profile accompanies this booking IF user has created and enabled sharing of profile
  • Field Details

  • Constructor Details

    • ProfileSupplier

      public ProfileSupplier()
  • Method Details

    • profileIdentifier

      public ProfileSupplier profileIdentifier(UUID profileIdentifier)
    • getProfileIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getProfileIdentifier()
      Profile identifier
      Returns:
      profileIdentifier
    • setProfileIdentifier

      public void setProfileIdentifier(UUID profileIdentifier)
    • userIdentifier

      public ProfileSupplier userIdentifier(UUID userIdentifier)
    • getUserIdentifier

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

      public void setUserIdentifier(UUID userIdentifier)
    • share

      public ProfileSupplier share(Boolean share)
    • getShare

      @Nonnull @NotNull public @NotNull Boolean getShare()
      Indicates whether the user wants to share this profile of themselves with hotel(s)
      Returns:
      share
    • setShare

      public void setShare(Boolean share)
    • user

    • getUser

      @Nonnull @NotNull @Valid public @NotNull @Valid ProfileUserSupplier getUser()
      Get user
      Returns:
      user
    • setUser

      public void setUser(ProfileUserSupplier user)
    • personal

      public ProfileSupplier personal(PersonalSupplier personal)
    • getPersonal

      @Nonnull @NotNull @Valid public @NotNull @Valid PersonalSupplier getPersonal()
      Get personal
      Returns:
      personal
    • setPersonal

      public void setPersonal(PersonalSupplier personal)
    • preferences

      public ProfileSupplier preferences(PreferencesSupplier preferences)
    • getPreferences

      @Nonnull @NotNull @Valid public @NotNull @Valid PreferencesSupplier getPreferences()
      Get preferences
      Returns:
      preferences
    • setPreferences

      public void setPreferences(PreferencesSupplier preferences)
    • 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