Package travel.wink.sdk.extranet.model
Class UpdateContactsRequestSupplier
java.lang.Object
travel.wink.sdk.extranet.model.UpdateContactsRequestSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-06T16:57:39.147628191+07:00[Asia/Bangkok]")
public class UpdateContactsRequestSupplier
extends Object
UpdateContactsRequestSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountingAddress(UpsertAddressRequestSupplier accountingAddress) accountingContact(ContactSupplier accountingContact) boolean@NotNull @Valid UpsertAddressRequestSupplierGet accountingAddress@NotNull @Valid ContactSupplierGet accountingContact@NotNull @Valid UUIDProperty identifier associated with important contacts.@NotNull @Valid ContactSupplierGet reservationsContactinthashCode()hotelIdentifier(UUID hotelIdentifier) reservationsContact(ContactSupplier reservationsContact) voidsetAccountingAddress(UpsertAddressRequestSupplier accountingAddress) voidsetAccountingContact(ContactSupplier accountingContact) voidsetHotelIdentifier(UUID hotelIdentifier) voidsetReservationsContact(ContactSupplier reservationsContact) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_RESERVATIONS_CONTACT
- See Also:
-
JSON_PROPERTY_ACCOUNTING_CONTACT
- See Also:
-
JSON_PROPERTY_ACCOUNTING_ADDRESS
- See Also:
-
-
Constructor Details
-
UpdateContactsRequestSupplier
public UpdateContactsRequestSupplier()
-
-
Method Details
-
hotelIdentifier
-
getHotelIdentifier
Property identifier associated with important contacts.- Returns:
- hotelIdentifier
-
setHotelIdentifier
-
reservationsContact
-
getReservationsContact
Get reservationsContact- Returns:
- reservationsContact
-
setReservationsContact
-
accountingContact
-
getAccountingContact
Get accountingContact- Returns:
- accountingContact
-
setAccountingContact
-
accountingAddress
public UpdateContactsRequestSupplier accountingAddress(UpsertAddressRequestSupplier accountingAddress) -
getAccountingAddress
Get accountingAddress- Returns:
- accountingAddress
-
setAccountingAddress
-
equals
-
hashCode
public int hashCode() -
toString
-