Klasse SetDefaultResolutionRequest

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SetDefaultResolutionRequest extends Object
SetDefaultResolutionRequest
  • Felddetails

    • id

      protected String id
      The ID of the new default issue resolution. Must be an existing ID or null. Setting this to null erases the default resolution setting.
  • Konstruktordetails

    • SetDefaultResolutionRequest

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

      @Internal public SetDefaultResolutionRequest(String id)
      Constructs a validated instance of SetDefaultResolutionRequest.

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

      Parameter:
      id - The ID of the new default issue resolution. Must be an existing ID or null. Setting this to null erases the default resolution setting.
    • SetDefaultResolutionRequest

      protected SetDefaultResolutionRequest()
  • Methodendetails