Class MerchantLinks


  • public class MerchantLinks
    extends Object
    MerchantLinks
    • Constructor Detail

      • MerchantLinks

        public MerchantLinks()
    • Method Detail

      • apiCredentials

        public MerchantLinks apiCredentials​(LinksElement apiCredentials)
        apiCredentials
        Parameters:
        apiCredentials -
        Returns:
        the current MerchantLinks instance, allowing for method chaining
      • getApiCredentials

        public LinksElement getApiCredentials()
        apiCredentials
        Returns:
        apiCredentials
      • setApiCredentials

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

        public MerchantLinks self​(LinksElement self)
        self
        Parameters:
        self -
        Returns:
        the current MerchantLinks instance, allowing for method chaining
      • getSelf

        public LinksElement getSelf()
        self
        Returns:
        self
      • setSelf

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

        public MerchantLinks users​(LinksElement users)
        users
        Parameters:
        users -
        Returns:
        the current MerchantLinks instance, allowing for method chaining
      • getUsers

        public LinksElement getUsers()
        users
        Returns:
        users
      • setUsers

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

        public MerchantLinks webhooks​(LinksElement webhooks)
        webhooks
        Parameters:
        webhooks -
        Returns:
        the current MerchantLinks instance, allowing for method chaining
      • getWebhooks

        public LinksElement getWebhooks()
        webhooks
        Returns:
        webhooks
      • setWebhooks

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

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

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

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

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