Package travel.wink.sdk.extranet.model
Class ProfileSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.ProfileSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-24T16:36:44.138518294+07:00[Asia/Bangkok]")
public class ProfileSupplierDetails
extends Object
A user profile accompanies this booking IF user has created and enabled sharing of profile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid PersonalSupplierDetailsGet personal@NotNull @Valid PreferencesSupplierDetailsGet preferences@NotNull @Valid UUIDProfile identifier@NotNull BooleangetShare()Indicates whether the user wants to share this profile of themselves with hotel(s)@NotNull @Valid ProfileUserSupplierDetailsgetUser()Get user@NotNull @Valid UUIDUser identifierinthashCode()personal(PersonalSupplierDetails personal) preferences(PreferencesSupplierDetails preferences) profileIdentifier(UUID profileIdentifier) voidsetPersonal(PersonalSupplierDetails personal) voidsetPreferences(PreferencesSupplierDetails preferences) voidsetProfileIdentifier(UUID profileIdentifier) voidvoidvoidsetUserIdentifier(UUID userIdentifier) toString()userIdentifier(UUID userIdentifier)
-
Field Details
-
JSON_PROPERTY_PROFILE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_USER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SHARE
- See Also:
-
JSON_PROPERTY_USER
- See Also:
-
JSON_PROPERTY_PERSONAL
- See Also:
-
JSON_PROPERTY_PREFERENCES
- See Also:
-
-
Constructor Details
-
ProfileSupplierDetails
public ProfileSupplierDetails()
-
-
Method Details
-
profileIdentifier
-
getProfileIdentifier
Profile identifier- Returns:
- profileIdentifier
-
setProfileIdentifier
-
userIdentifier
-
getUserIdentifier
User identifier- Returns:
- userIdentifier
-
setUserIdentifier
-
user
-
getUser
Get user- Returns:
- user
-
setUser
-
personal
-
getPersonal
Get personal- Returns:
- personal
-
setPersonal
-
preferences
-
getPreferences
Get preferences- Returns:
- preferences
-
setPreferences
-
equals
-
hashCode
public int hashCode() -
toString
-