Class RemoveOptionFromIssuesResultErrors

java.lang.Object
io.github.primelib.jira4j.restv2.model.RemoveOptionFromIssuesResultErrors

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RemoveOptionFromIssuesResultErrors extends Object
RemoveOptionFromIssuesResultErrors
  • Field Details

    • errorMessages

      protected List<String> errorMessages
      The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"
    • errors

      protected Map<String,String> errors
      The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters."
    • httpStatusCode

      protected Integer httpStatusCode
  • Constructor Details

    • RemoveOptionFromIssuesResultErrors

      public RemoveOptionFromIssuesResultErrors(Consumer<RemoveOptionFromIssuesResultErrors> spec)
      Constructs a validated instance of RemoveOptionFromIssuesResultErrors.
      Parameters:
      spec - the specification to process
    • RemoveOptionFromIssuesResultErrors

      @Internal public RemoveOptionFromIssuesResultErrors(List<String> errorMessages, Map<String,String> errors, Integer httpStatusCode)
      Constructs a validated instance of RemoveOptionFromIssuesResultErrors.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using RemoveOptionFromIssuesResultErrors(Consumer) instead.

      Parameters:
      errorMessages - The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"
      errors - The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters."
      httpStatusCode - httpStatusCode
    • RemoveOptionFromIssuesResultErrors

      protected RemoveOptionFromIssuesResultErrors()
  • Method Details