Class ClientForbiddenProblem


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ClientForbiddenProblem
    extends Problem
    A problem that indicates your client is forbidden from making this request.
    • Constructor Detail

      • ClientForbiddenProblem

        public ClientForbiddenProblem()
    • Method Detail

      • getRegistrationUrl

        @Nullable
        public URI getRegistrationUrl()
        Get registrationUrl
        Returns:
        registrationUrl
      • setRegistrationUrl

        public void setRegistrationUrl​(URI registrationUrl)
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to ClientForbiddenProblem
      • fromJson

        public static ClientForbiddenProblem fromJson​(String jsonString)
                                               throws IOException
        Create an instance of ClientForbiddenProblem given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ClientForbiddenProblem
        Throws:
        IOException - if the JSON string is invalid with respect to ClientForbiddenProblem
      • toJson

        public String toJson()
        Convert an instance of ClientForbiddenProblem to an JSON string
        Overrides:
        toJson in class Problem
        Returns:
        JSON string