Klasse RemoveLevelOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveLevelOperationSpec

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

Specification for the RemoveLevel operation.

Remove issue security level

  • Felddetails

    • VALIDATION_ENABLED

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

    • RemoveLevelOperationSpec

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

      @Internal public RemoveLevelOperationSpec(String schemeId, String levelId, String replaceWith)
      Constructs a validated instance of RemoveLevelOperationSpec.

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

      Parameter:
      schemeId - The ID of the issue security scheme.
      levelId - The ID of the issue security level to remove.
      replaceWith - The ID of the issue security level that will replace the currently selected level.
    • RemoveLevelOperationSpec

      protected RemoveLevelOperationSpec()
  • Methodendetails

    • validate

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

    • schemeId

      @NotNull public @NotNull String schemeId()
      The ID of the issue security scheme.
    • levelId

      @NotNull public @NotNull String levelId()
      The ID of the issue security level to remove.
    • replaceWith

      @Nullable public @Nullable String replaceWith()
      The ID of the issue security level that will replace the currently selected level.
    • schemeId

      public RemoveLevelOperationSpec schemeId(@NotNull @NotNull String schemeId)
      The ID of the issue security scheme.
      Gibt zurück:
      this.
    • levelId

      public RemoveLevelOperationSpec levelId(@NotNull @NotNull String levelId)
      The ID of the issue security level to remove.
      Gibt zurück:
      this.
    • replaceWith

      public RemoveLevelOperationSpec replaceWith(@Nullable @Nullable String replaceWith)
      The ID of the issue security level that will replace the currently selected level.
      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