Class UpsertUserProfileResponse

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

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

  • Constructor Details

    • UpsertUserProfileResponse

      public UpsertUserProfileResponse()
  • Method Details

    • identifier

      public UpsertUserProfileResponse identifier(@Nonnull String identifier)
    • getIdentifier

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getIdentifier()
      User ID
      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(@Nonnull String identifier)
    • firstName

      public UpsertUserProfileResponse firstName(@Nonnull String firstName)
    • getFirstName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getFirstName()
      First name
      Returns:
      firstName
    • setFirstName

      public void setFirstName(@Nonnull String firstName)
    • lastName

      public UpsertUserProfileResponse lastName(@Nonnull String lastName)
    • getLastName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getLastName()
      Last name
      Returns:
      lastName
    • setLastName

      public void setLastName(@Nonnull String lastName)
    • username

      public UpsertUserProfileResponse username(@Nonnull String username)
    • getUsername

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

      public void setUsername(@Nonnull String username)
    • profilePicture

      public UpsertUserProfileResponse profilePicture(@Nullable SimpleMultimedia profilePicture)
    • getProfilePicture

      @Nullable @Valid public @Valid SimpleMultimedia getProfilePicture()
      Profile picture url that originates from a federated authentication system
      Returns:
      profilePicture
    • setProfilePicture

      public void setProfilePicture(@Nullable SimpleMultimedia profilePicture)
    • profilePictureUrl

      public UpsertUserProfileResponse profilePictureUrl(@Nullable String profilePictureUrl)
    • getProfilePictureUrl

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

      public void setProfilePictureUrl(@Nullable 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