Klasse GetUserEmailBulkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetUserEmailBulkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserEmailBulkOperationSpec
extends Object
GetUserEmailBulkSpec
Specification for the GetUserEmailBulk operation.
Get user email bulk
-
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
Constructs a validated instance ofGetUserEmailBulkOperationSpec
.GetUserEmailBulkOperationSpec
(List<String> accountId) Constructs a validated instance ofGetUserEmailBulkOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account IDs of the users for which emails are required.The account IDs of the users for which emails are required.builder()
protected boolean
boolean
int
hashCode()
toString()
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
-
GetUserEmailBulkOperationSpec
Constructs a validated instance ofGetUserEmailBulkOperationSpec
.- Parameter:
spec
- the specification to process
-
GetUserEmailBulkOperationSpec
Constructs a validated instance ofGetUserEmailBulkOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
accountId
- The account IDs of the users for which emails are required. AnaccountId
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
accountId
The account IDs of the users for which emails are required. AnaccountId
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
The account IDs of the users for which emails are required. AnaccountId
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).- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-