Package travel.wink.sdk.affiliate.model
Class UpsertSalesChannelRelationshipRequestRequest
java.lang.Object
travel.wink.sdk.affiliate.model.UpsertSalesChannelRelationshipRequestRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-16T10:41:04.695846072+07:00[Asia/Bangkok]")
public class UpsertSalesChannelRelationshipRequestRequest
extends Object
A request for relationship between two parties.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumtype of relationship request -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringOwner / affiliate writes an intro to request a connection.@NotNull @Valid UUIDSpecific identifier for the company / corporation / travel agency that is retrieving the ratestype of relationship requestinthashCode()introductoryMessage(String introductoryMessage) ownerIdentifier(UUID ownerIdentifier) voidsetIntroductoryMessage(String introductoryMessage) voidsetOwnerIdentifier(UUID ownerIdentifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_REQUEST_TYPE
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_INTRODUCTORY_MESSAGE
- See Also:
-
-
Constructor Details
-
UpsertSalesChannelRelationshipRequestRequest
public UpsertSalesChannelRelationshipRequestRequest()
-
-
Method Details
-
requestType
public UpsertSalesChannelRelationshipRequestRequest requestType(UpsertSalesChannelRelationshipRequestRequest.RequestTypeEnum requestType) -
getRequestType
@Nonnull @NotNull public @NotNull UpsertSalesChannelRelationshipRequestRequest.RequestTypeEnum getRequestType()type of relationship request- Returns:
- requestType
-
setRequestType
public void setRequestType(UpsertSalesChannelRelationshipRequestRequest.RequestTypeEnum requestType) -
ownerIdentifier
-
getOwnerIdentifier
Specific identifier for the company / corporation / travel agency that is retrieving the rates- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
introductoryMessage
-
getIntroductoryMessage
Owner / affiliate writes an intro to request a connection.- Returns:
- introductoryMessage
-
setIntroductoryMessage
-
equals
-
hashCode
public int hashCode() -
toString
-