Class UpdateAccountResponseBody

  • All Implemented Interfaces:
    java.io.Serializable

    public class UpdateAccountResponseBody
    extends java.lang.RuntimeException
    UpdateAccountResponseBody

    The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields.

    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateAccountResponseBody

        public UpdateAccountResponseBody​(PatchAccountError error,
                                         java.util.Optional<? extends java.net.http.HttpResponse<java.io.InputStream>> rawResponse)
      • UpdateAccountResponseBody

        public UpdateAccountResponseBody​(PatchAccountError error)
    • Method Detail

      • rawResponse

        public java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> rawResponse()
        Raw HTTP response; suitable for custom response parsing
      • withRawResponse

        public UpdateAccountResponseBody withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        Raw HTTP response; suitable for custom response parsing
      • withRawResponse

        public UpdateAccountResponseBody withRawResponse​(java.util.Optional<? extends java.net.http.HttpResponse<java.io.InputStream>> rawResponse)
        Raw HTTP response; suitable for custom response parsing
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable