Klasse ReorderIssueResolutionsRequest

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

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

    • after

      protected String after
      The ID of the resolution. Required if position isn't provided.
    • ids

      protected List<String> ids
      The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.
    • position

      protected String position
      The position for issue resolutions to be moved to. Required if after isn't provided.
  • Konstruktordetails

    • ReorderIssueResolutionsRequest

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

      @Internal public ReorderIssueResolutionsRequest(String after, List<String> ids, String position)
      Constructs a validated instance of ReorderIssueResolutionsRequest.

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

      Parameter:
      after - The ID of the resolution. Required if position isn't provided.
      ids - The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.
      position - The position for issue resolutions to be moved to. Required if after isn't provided.
    • ReorderIssueResolutionsRequest

      protected ReorderIssueResolutionsRequest()
  • Methodendetails