Class CompanyLinks


  • public class CompanyLinks
    extends Object
    CompanyLinks
    • Constructor Detail

      • CompanyLinks

        public CompanyLinks()
    • Method Detail

      • getApiCredentials

        public LinksElement getApiCredentials()
        Get apiCredentials
        Returns:
        apiCredentials
      • setApiCredentials

        public void setApiCredentials​(LinksElement apiCredentials)
        apiCredentials
        Parameters:
        apiCredentials -
      • getSelf

        public LinksElement getSelf()
        Get self
        Returns:
        self
      • setSelf

        public void setSelf​(LinksElement self)
        self
        Parameters:
        self -
      • getUsers

        public LinksElement getUsers()
        Get users
        Returns:
        users
      • setUsers

        public void setUsers​(LinksElement users)
        users
        Parameters:
        users -
      • getWebhooks

        public LinksElement getWebhooks()
        Get webhooks
        Returns:
        webhooks
      • setWebhooks

        public void setWebhooks​(LinksElement webhooks)
        webhooks
        Parameters:
        webhooks -
      • equals

        public boolean equals​(Object o)
        Return true if this CompanyLinks object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public static CompanyLinks fromJson​(String jsonString)
                                     throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of CompanyLinks given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of CompanyLinks
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to CompanyLinks
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of CompanyLinks to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException