Class Social

java.lang.Object
travel.wink.sdk.extranet.model.Social

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-16T10:18:27.744667752+07:00[Asia/Bangkok]") public class Social extends Object
Social network
  • Field Details

  • Constructor Details

    • Social

      public Social()
  • Method Details

    • type

      public Social type(Social.TypeEnum type)
    • getType

      @Nullable public Social.TypeEnum getType()
      Type of social network.
      Returns:
      type
    • setType

      public void setType(Social.TypeEnum type)
    • location

      public Social location(String location)
    • getLocation

      @Nullable public String getLocation()
      URL or social network identifier to social network profile
      Returns:
      location
    • setLocation

      public void setLocation(String location)
    • enabled

      public Social enabled(Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Whether social network is available for use.
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object