Package travel.wink.sdk.extranet.model
Class ProfileUserSupplier
java.lang.Object
travel.wink.sdk.extranet.model.ProfileUserSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-10T15:17:09.174875363+07:00[Asia/Bangkok]")
public class ProfileUserSupplier
extends Object
User details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()EmailFirst nameFull nameLast namegetPhone()TelephoneProfile picture URLinthashCode()profilePictureUrl(String profilePictureUrl) voidvoidsetFirstName(String firstName) voidsetFullName(String fullName) voidsetLastName(String lastName) voidvoidsetProfilePictureUrl(String profilePictureUrl) toString()
-
Field Details
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_PHONE
- See Also:
-
JSON_PROPERTY_PROFILE_PICTURE_URL
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
-
Constructor Details
-
ProfileUserSupplier
public ProfileUserSupplier()
-
-
Method Details
-
firstName
-
getFirstName
First name- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Last name- Returns:
- lastName
-
setLastName
-
email
-
getEmail
Email- Returns:
-
setEmail
-
phone
-
getPhone
Telephone- Returns:
- phone
-
setPhone
-
profilePictureUrl
-
getProfilePictureUrl
Profile picture URL- Returns:
- profilePictureUrl
-
setProfilePictureUrl
-
fullName
-
getFullName
Full name- Returns:
- fullName
-
setFullName
-
equals
-
hashCode
public int hashCode() -
toString
-