Class UnauthorizedResponse

java.lang.Object
software.xdev.brevo.model.UnauthorizedResponse

public class UnauthorizedResponse extends Object
UnauthorizedResponse
  • Field Details

  • Constructor Details

    • UnauthorizedResponse

      public UnauthorizedResponse()
  • Method Details

    • error

      public UnauthorizedResponse error(@Nullable String error)
    • getError

      @Nullable public String getError()
      Request Authentication Failed
      Returns:
      error
    • setError

      public void setError(@Nullable String error)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string