Class UpsertUserProfileResponse

java.lang.Object
travel.wink.sdk.user.settings.model.UpsertUserProfileResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-02T16:46:25.924756852+07:00[Asia/Bangkok]") public class UpsertUserProfileResponse extends Object
User profile information
  • Field Details

  • Constructor Details

    • UpsertUserProfileResponse

      public UpsertUserProfileResponse()
  • Method Details

    • identifier

      public UpsertUserProfileResponse identifier(String identifier)
    • getIdentifier

      @Nonnull @NotNull public @NotNull String getIdentifier()
      User ID
      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(String identifier)
    • firstName

      public UpsertUserProfileResponse firstName(String firstName)
    • getFirstName

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

      public void setFirstName(String firstName)
    • lastName

      public UpsertUserProfileResponse lastName(String lastName)
    • getLastName

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

      public void setLastName(String lastName)
    • username

      public UpsertUserProfileResponse username(String username)
    • getUsername

      @Nonnull @NotNull public @NotNull String getUsername()
      Unique user email
      Returns:
      username
    • setUsername

      public void setUsername(String username)
    • profilePicture

      public UpsertUserProfileResponse profilePicture(SimpleMultimedia profilePicture)
    • getProfilePicture

      @Nullable @Valid public @Valid SimpleMultimedia getProfilePicture()
      Get profilePicture
      Returns:
      profilePicture
    • setProfilePicture

      public void setProfilePicture(SimpleMultimedia profilePicture)
    • profilePictureUrl

      public UpsertUserProfileResponse profilePictureUrl(String profilePictureUrl)
    • getProfilePictureUrl

      @Nullable public String getProfilePictureUrl()
      A fully qualified URL based on the Cloudinary identifier
      Returns:
      profilePictureUrl
    • setProfilePictureUrl

      public void setProfilePictureUrl(String profilePictureUrl)
    • 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