Class GuestUserSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.GuestUserSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class GuestUserSupplier
extends Object
GuestUserSupplier
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGuestUserSupplier(String fullName) Constructor with only readonly parameters -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Size(min=1) StringgetEmail()Email@NotNull @Size(min=1) StringFirst nameFull name@NotNull @Size(min=1) StringLast name@Valid ProfileLightweightSupplierOptional profile recordTelephone@Valid UUIDUser identifierinthashCode()profile(ProfileLightweightSupplier profile) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetProfile(ProfileLightweightSupplier profile) voidsetTelephone(String telephone) voidsetUserIdentifier(UUID userIdentifier) toString()userIdentifier(UUID userIdentifier)
-
Field Details
-
JSON_PROPERTY_USER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_TELEPHONE
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
-
Constructor Details
-
GuestUserSupplier
public GuestUserSupplier() -
GuestUserSupplier
Constructor with only readonly parameters
-
-
Method Details
-
userIdentifier
-
getUserIdentifier
-
setUserIdentifier
-
firstName
-
getFirstName
First name- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Last name- Returns:
- lastName
-
setLastName
-
email
-
getEmail
-
setEmail
-
telephone
-
getTelephone
-
setTelephone
-
profile
-
getProfile
Optional profile record- Returns:
- profile
-
setProfile
-
getFullName
-
equals
-
hashCode
-
toString
-