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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
BulkGetUsersMigrationOperationSpec
(Long startAt, Integer maxResults, List<String> username, List<String> key) Constructs a validated instance ofBulkGetUsersMigrationOperationSpec
.Constructs a validated instance ofBulkGetUsersMigrationOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
key()
Key of a user.Key of a user.@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable Long
startAt()
The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()
username()
Username of a user.Username of a user.void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
BulkGetUsersMigrationOperationSpec
@Internal public BulkGetUsersMigrationOperationSpec(Consumer<BulkGetUsersMigrationOperationSpec> spec) Constructs a validated instance ofBulkGetUsersMigrationOperationSpec
.- Parameter:
spec
- the specification to process
-
BulkGetUsersMigrationOperationSpec
@Internal public BulkGetUsersMigrationOperationSpec(Long startAt, Integer maxResults, List<String> username, List<String> key) Constructs a validated instance ofBulkGetUsersMigrationOperationSpec
.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&username=barney
. Required ifkey
isn't provided. Cannot be provided ifkey
is present.key
- Key of a user. To specify multiple users, pass multiple copies of this parameter. For example,key=fred&key=barney
. Required ifusername
isn't provided. Cannot be provided ifusername
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
public static BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder builder() -
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&username=barney
. Required ifkey
isn't provided. Cannot be provided ifkey
is present. -
key
Key of a user. To specify multiple users, pass multiple copies of this parameter. For example,key=fred&key=barney
. Required ifusername
isn't provided. Cannot be provided ifusername
is present. -
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
username
Username of a user. To specify multiple users, pass multiple copies of this parameter. For example,username=fred&username=barney
. Required ifkey
isn't provided. Cannot be provided ifkey
is present.- Gibt zurück:
this
.
-
key
Key of a user. To specify multiple users, pass multiple copies of this parameter. For example,key=fred&key=barney
. Required ifusername
isn't provided. Cannot be provided ifusername
is present.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-