Class WebhookLinks


  • public class WebhookLinks
    extends Object
    WebhookLinks
    • Constructor Detail

      • WebhookLinks

        public WebhookLinks()
    • Method Detail

      • company

        public WebhookLinks company​(LinksElement company)
        company
        Parameters:
        company -
        Returns:
        the current WebhookLinks instance, allowing for method chaining
      • getCompany

        public LinksElement getCompany()
        company
        Returns:
        company
      • setCompany

        public void setCompany​(LinksElement company)
        company
        Parameters:
        company -
      • generateHmac

        public WebhookLinks generateHmac​(LinksElement generateHmac)
        generateHmac
        Parameters:
        generateHmac -
        Returns:
        the current WebhookLinks instance, allowing for method chaining
      • getGenerateHmac

        public LinksElement getGenerateHmac()
        generateHmac
        Returns:
        generateHmac
      • setGenerateHmac

        public void setGenerateHmac​(LinksElement generateHmac)
        generateHmac
        Parameters:
        generateHmac -
      • merchant

        public WebhookLinks merchant​(LinksElement merchant)
        merchant
        Parameters:
        merchant -
        Returns:
        the current WebhookLinks instance, allowing for method chaining
      • getMerchant

        public LinksElement getMerchant()
        merchant
        Returns:
        merchant
      • setMerchant

        public void setMerchant​(LinksElement merchant)
        merchant
        Parameters:
        merchant -
      • self

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

        public LinksElement getSelf()
        self
        Returns:
        self
      • setSelf

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

        public WebhookLinks testWebhook​(LinksElement testWebhook)
        testWebhook
        Parameters:
        testWebhook -
        Returns:
        the current WebhookLinks instance, allowing for method chaining
      • getTestWebhook

        public LinksElement getTestWebhook()
        testWebhook
        Returns:
        testWebhook
      • setTestWebhook

        public void setTestWebhook​(LinksElement testWebhook)
        testWebhook
        Parameters:
        testWebhook -
      • equals

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

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

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

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