Klasse BulkGetUsersMigrationOperationSpec

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

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

Specification for the BulkGetUsersMigration operation.

Get account IDs for users

  • Felddetails

    • VALIDATION_ENABLED

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

    • BulkGetUsersMigrationOperationSpec

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

      @Internal public BulkGetUsersMigrationOperationSpec(Long startAt, Integer maxResults, List<String> username, List<String> key)
      Constructs a validated instance of BulkGetUsersMigrationOperationSpec.

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

      Parameter:
      startAt - The index of the first item to return in a page of results (page offset).
      maxResults - The maximum number of items to return per page.
      username - Username of a user. To specify multiple users, pass multiple copies of this parameter. For example, username=fred&amp;username=barney. Required if key isn't provided. Cannot be provided if key is present.
      key - Key of a user. To specify multiple users, pass multiple copies of this parameter. For example, key=fred&amp;key=barney. Required if username isn't provided. Cannot be provided if username is present.
    • BulkGetUsersMigrationOperationSpec

      protected BulkGetUsersMigrationOperationSpec()
  • Methodendetails

    • validate

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

    • startAt

      @Nullable public @Nullable Long startAt()
      The index of the first item to return in a page of results (page offset).
    • maxResults

      @Nullable public @Nullable Integer maxResults()
      The maximum number of items to return per page.
    • username

      @Nullable public @Nullable List<String> username()
      Username of a user. To specify multiple users, pass multiple copies of this parameter. For example, username=fred&amp;username=barney. Required if key isn't provided. Cannot be provided if key is present.
    • key

      @Nullable public @Nullable List<String> key()
      Key of a user. To specify multiple users, pass multiple copies of this parameter. For example, key=fred&amp;key=barney. Required if username isn't provided. Cannot be provided if username is present.
    • startAt

      public BulkGetUsersMigrationOperationSpec startAt(@Nullable @Nullable Long startAt)
      The index of the first item to return in a page of results (page offset).
      Gibt zurück:
      this.
    • maxResults

      public BulkGetUsersMigrationOperationSpec maxResults(@Nullable @Nullable Integer maxResults)
      The maximum number of items to return per page.
      Gibt zurück:
      this.
    • username

      public BulkGetUsersMigrationOperationSpec username(@Nullable @Nullable List<String> username)
      Username of a user. To specify multiple users, pass multiple copies of this parameter. For example, username=fred&amp;username=barney. Required if key isn't provided. Cannot be provided if key is present.
      Gibt zurück:
      this.
    • key

      public BulkGetUsersMigrationOperationSpec key(@Nullable @Nullable List<String> key)
      Key of a user. To specify multiple users, pass multiple copies of this parameter. For example, key=fred&amp;key=barney. Required if username isn't provided. Cannot be provided if username is present.
      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