Package travel.wink.sdk.extranet.model
Class SalesChannelCreateRequest
java.lang.Object
travel.wink.sdk.extranet.model.SalesChannelCreateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-11T13:46:18.379510+07:00[Asia/Bangkok]")
public class SalesChannelCreateRequest
extends Object
SalesChannelCreateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringOwner identifier, in this context, is the unique company record identifier.@NotNull StringSupplier identifier is the entity that owns the ivnentory.inthashCode()ownerIdentifier(String ownerIdentifier) voidsetOwnerIdentifier(String ownerIdentifier) voidsetSupplierIdentifier(String supplierIdentifier) supplierIdentifier(String supplierIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SUPPLIER_IDENTIFIER
- See Also:
-
-
Constructor Details
-
SalesChannelCreateRequest
public SalesChannelCreateRequest()
-
-
Method Details
-
ownerIdentifier
-
getOwnerIdentifier
Owner identifier, in this context, is the unique company record identifier.- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
supplierIdentifier
-
getSupplierIdentifier
Supplier identifier is the entity that owns the ivnentory.- Returns:
- supplierIdentifier
-
setSupplierIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-