Package travel.wink.sdk.extranet.model
Class SocialSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.SocialSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-28T12:49:23.711911876+07:00[Asia/Bangkok]")
public class SocialSupplierDetails
extends Object
Social network
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of social network. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether social network is available for use.URL or social network identifier to social network profilegetType()Type of social network.inthashCode()voidsetEnabled(Boolean enabled) voidsetLocation(String location) voidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
JSON_PROPERTY_ENABLED
- See Also:
-
-
Constructor Details
-
SocialSupplierDetails
public SocialSupplierDetails()
-
-
Method Details
-
type
-
getType
Type of social network.- Returns:
- type
-
setType
-
location
-
getLocation
URL or social network identifier to social network profile- Returns:
- location
-
setLocation
-
enabled
-
getEnabled
Whether social network is available for use.- Returns:
- enabled
-
setEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-