Class GetUserEmailBulkOperationSpec

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

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

Specification for the GetUserEmailBulk operation.

Get user email bulk

  • Field Details

    • VALIDATION_ENABLED

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

    • GetUserEmailBulkOperationSpec

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

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

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

      Parameters:
      accountId - The account IDs of the users for which emails are required. An accountId is an identifier that uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Note, this should be treated as an opaque identifier (that is, do not assume any structure in the value).
    • GetUserEmailBulkOperationSpec

      protected GetUserEmailBulkOperationSpec()
  • Method Details

    • validate

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

    • accountId

      @NotNull public @NotNull List<String> accountId()
      The account IDs of the users for which emails are required. An accountId is an identifier that uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Note, this should be treated as an opaque identifier (that is, do not assume any structure in the value).
    • accountId

      public GetUserEmailBulkOperationSpec accountId(@NotNull @NotNull List<String> accountId)
      The account IDs of the users for which emails are required. An accountId is an identifier that uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Note, this should be treated as an opaque identifier (that is, do not assume any structure in the value).
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object