Klasse SetColumnsOperationSpec

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

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

Specification for the SetColumns operation.

Set columns

  • Felddetails

    • VALIDATION_ENABLED

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

    • SetColumnsOperationSpec

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

      @Internal public SetColumnsOperationSpec(Long id, List<String> requestBody)
      Constructs a validated instance of SetColumnsOperationSpec.

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

      Parameter:
      id - The ID of the filter.
      requestBody - The IDs of the fields to set as columns. In the form data, specify each field as columns=id, where id is the *id* of a field (as seen in the response for [Get fields](#api-rest-api-&lt;ver&gt;-field-get)). For example, columns=summary.
    • SetColumnsOperationSpec

      protected SetColumnsOperationSpec()
  • 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 Long id()
      The ID of the filter.
    • requestBody

      @Nullable public @Nullable List<String> requestBody()
      The IDs of the fields to set as columns. In the form data, specify each field as columns=id, where id is the *id* of a field (as seen in the response for [Get fields](#api-rest-api-&lt;ver&gt;-field-get)). For example, columns=summary.
    • id

      public SetColumnsOperationSpec id(@NotNull @NotNull Long id)
      The ID of the filter.
      Gibt zurück:
      this.
    • requestBody

      public SetColumnsOperationSpec requestBody(@Nullable @Nullable List<String> requestBody)
      The IDs of the fields to set as columns. In the form data, specify each field as columns=id, where id is the *id* of a field (as seen in the response for [Get fields](#api-rest-api-&lt;ver&gt;-field-get)). For example, columns=summary.
      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