Klasse SetUserColumnsOperationSpec

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

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

Specification for the SetUserColumns operation.

Set user default columns

  • Felddetails

    • VALIDATION_ENABLED

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

    • SetUserColumnsOperationSpec

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

      @Internal public SetUserColumnsOperationSpec(String accountId, List<String> requestBody)
      Constructs a validated instance of SetUserColumnsOperationSpec.

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

      Parameter:
      accountId - The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      requestBody - The ID of a column to set. To set multiple columns, send multiple columns parameters.
    • SetUserColumnsOperationSpec

      protected SetUserColumnsOperationSpec()
  • Methodendetails

    • validate

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

    • accountId

      @Nullable public @Nullable String accountId()
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
    • requestBody

      @Nullable public @Nullable List<String> requestBody()
      The ID of a column to set. To set multiple columns, send multiple columns parameters.
    • accountId

      public SetUserColumnsOperationSpec accountId(@Nullable @Nullable String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      Gibt zurück:
      this.
    • requestBody

      public SetUserColumnsOperationSpec requestBody(@Nullable @Nullable List<String> requestBody)
      The ID of a column to set. To set multiple columns, send multiple columns parameters.
      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