Class UpsertUserProfileResponse
java.lang.Object
travel.wink.sdk.user.settings.model.UpsertUserProfileResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-04T20:51:20.637878362+07:00[Asia/Bangkok]")
public class UpsertUserProfileResponse
extends Object
User profile information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringFirst name@NotNull StringUser ID@NotNull StringLast name@Valid SimpleMultimediaGet profilePictureA fully qualified URL based on the Cloudinary identifier@NotNull StringUnique user emailinthashCode()identifier(String identifier) profilePicture(SimpleMultimedia profilePicture) profilePictureUrl(String profilePictureUrl) voidsetFirstName(String firstName) voidsetIdentifier(String identifier) voidsetLastName(String lastName) voidsetProfilePicture(SimpleMultimedia profilePicture) voidsetProfilePictureUrl(String profilePictureUrl) voidsetUsername(String username) toString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PROFILE_PICTURE
- See Also:
-
JSON_PROPERTY_PROFILE_PICTURE_URL
- See Also:
-
-
Constructor Details
-
UpsertUserProfileResponse
public UpsertUserProfileResponse()
-
-
Method Details
-
identifier
-
getIdentifier
-
setIdentifier
-
firstName
-
getFirstName
-
setFirstName
-
lastName
-
getLastName
-
setLastName
-
username
-
getUsername
-
setUsername
-
profilePicture
-
getProfilePicture
Get profilePicture- Returns:
- profilePicture
-
setProfilePicture
-
profilePictureUrl
-
getProfilePictureUrl
A fully qualified URL based on the Cloudinary identifier- Returns:
- profilePictureUrl
-
setProfilePictureUrl
-
equals
-
hashCode
-
toString
-