Klasse DeleteStatusesByIdOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteStatusesByIdOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class DeleteStatusesByIdOperationSpec extends Object
DeleteStatusesByIdSpec

Specification for the DeleteStatusesById operation.

Bulk delete Statuses

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • DeleteStatusesByIdOperationSpec

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

      @Internal public DeleteStatusesByIdOperationSpec(List<String> id)
      Constructs a validated instance of DeleteStatusesByIdOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      id - The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items 1, Max items 50
    • DeleteStatusesByIdOperationSpec

      protected DeleteStatusesByIdOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • id

      @NotNull public @NotNull List<String> id()
      The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items 1, Max items 50
    • id

      public DeleteStatusesByIdOperationSpec id(@NotNull @NotNull List<String> id)
      The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items 1, Max items 50
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object