Package travel.wink.sdk.extranet.model
Class UpsertGeneralManagerRequestSupplier
java.lang.Object
travel.wink.sdk.extranet.model.UpsertGeneralManagerRequestSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-16T10:18:27.744667752+07:00[Asia/Bangkok]")
public class UpsertGeneralManagerRequestSupplier
extends Object
UpsertGeneralManagerRequestSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) descriptions(List<LocalizedDescriptionSupplier> descriptions) boolean@NotNull @Valid List<LocalizedDescriptionSupplier>Personal welcome message from GM.@NotNull StringName of GM currently managing the property.Cloudinary image identifier of GM currently managing the property.inthashCode()imageIdentifier(String imageIdentifier) voidsetDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidsetFullName(String fullName) voidsetImageIdentifier(String imageIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
JSON_PROPERTY_IMAGE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
-
Constructor Details
-
UpsertGeneralManagerRequestSupplier
public UpsertGeneralManagerRequestSupplier()
-
-
Method Details
-
fullName
-
getFullName
Name of GM currently managing the property.- Returns:
- fullName
-
setFullName
-
imageIdentifier
-
getImageIdentifier
Cloudinary image identifier of GM currently managing the property.- Returns:
- imageIdentifier
-
setImageIdentifier
-
descriptions
public UpsertGeneralManagerRequestSupplier descriptions(List<LocalizedDescriptionSupplier> descriptions) -
addDescriptionsItem
public UpsertGeneralManagerRequestSupplier addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) -
getDescriptions
@Nonnull @NotNull @Valid public @NotNull @Valid List<LocalizedDescriptionSupplier> getDescriptions()Personal welcome message from GM.- Returns:
- descriptions
-
setDescriptions
-
equals
-
hashCode
public int hashCode() -
toString
-