Class ApiCredentialLinks


  • public class ApiCredentialLinks
    extends Object
    ApiCredentialLinks
    • Constructor Detail

      • ApiCredentialLinks

        public ApiCredentialLinks()
    • Method Detail

      • allowedOrigins

        public ApiCredentialLinks allowedOrigins​(LinksElement allowedOrigins)
        allowedOrigins
        Parameters:
        allowedOrigins -
        Returns:
        the current ApiCredentialLinks instance, allowing for method chaining
      • getAllowedOrigins

        public LinksElement getAllowedOrigins()
        allowedOrigins
        Returns:
        allowedOrigins
      • setAllowedOrigins

        public void setAllowedOrigins​(LinksElement allowedOrigins)
        allowedOrigins
        Parameters:
        allowedOrigins -
      • company

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

        public LinksElement getCompany()
        company
        Returns:
        company
      • setCompany

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

        public ApiCredentialLinks generateApiKey​(LinksElement generateApiKey)
        generateApiKey
        Parameters:
        generateApiKey -
        Returns:
        the current ApiCredentialLinks instance, allowing for method chaining
      • getGenerateApiKey

        public LinksElement getGenerateApiKey()
        generateApiKey
        Returns:
        generateApiKey
      • setGenerateApiKey

        public void setGenerateApiKey​(LinksElement generateApiKey)
        generateApiKey
        Parameters:
        generateApiKey -
      • generateClientKey

        public ApiCredentialLinks generateClientKey​(LinksElement generateClientKey)
        generateClientKey
        Parameters:
        generateClientKey -
        Returns:
        the current ApiCredentialLinks instance, allowing for method chaining
      • getGenerateClientKey

        public LinksElement getGenerateClientKey()
        generateClientKey
        Returns:
        generateClientKey
      • setGenerateClientKey

        public void setGenerateClientKey​(LinksElement generateClientKey)
        generateClientKey
        Parameters:
        generateClientKey -
      • merchant

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

        public LinksElement getMerchant()
        merchant
        Returns:
        merchant
      • setMerchant

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

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

        public LinksElement getSelf()
        self
        Returns:
        self
      • setSelf

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

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

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

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

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