Class SocialLink


  • public class SocialLink
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SocialLink.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      SocialLink()  
      SocialLink​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static SocialLink.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
      Type of the social link
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
      URL of the social link
      SocialLink withType​(java.lang.String type)
      Type of the social link
      SocialLink withType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
      Type of the social link
      SocialLink withUrl​(java.lang.String url)
      URL of the social link
      SocialLink withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      URL of the social link
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SocialLink

        public SocialLink​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      • SocialLink

        public SocialLink()
    • Method Detail

      • type

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
        Type of the social link
      • url

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
        URL of the social link
      • withType

        public SocialLink withType​(java.lang.String type)
        Type of the social link
      • withType

        public SocialLink withType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
        Type of the social link
      • withUrl

        public SocialLink withUrl​(java.lang.String url)
        URL of the social link
      • withUrl

        public SocialLink withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
        URL of the social link
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object