Class OperationMessage

java.lang.Object
io.github.primelib.jira4j.restv3.model.OperationMessage

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

    • message

      protected String message
      The human-readable message that describes the result.
    • statusCode

      protected Integer statusCode
      The status code of the response.
  • Constructor Details

    • OperationMessage

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

      @Internal public OperationMessage(String message, Integer statusCode)
      Constructs a validated instance of OperationMessage.

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

      Parameters:
      message - The human-readable message that describes the result.
      statusCode - The status code of the response.
    • OperationMessage

      protected OperationMessage()
  • Method Details