Klasse GetUserEmailOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetUserEmailOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserEmailOperationSpec
extends Object
GetUserEmailSpec
Specification for the GetUserEmail operation.
Get user email
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetUserEmailOperationSpec(String accountId) Constructs a validated instance ofGetUserEmailOperationSpec.Constructs a validated instance ofGetUserEmailOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringThe account ID of the user, which uniquely identifies the user across all Atlassian products.The account ID of the user, which uniquely identifies the user across all Atlassian products.builder()protected booleanbooleaninthashCode()toString()voidvalidate()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
-
GetUserEmailOperationSpec
Constructs a validated instance ofGetUserEmailOperationSpec.- Parameter:
spec- the specification to process
-
GetUserEmailOperationSpec
Constructs a validated instance ofGetUserEmailOperationSpec.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.
-
GetUserEmailOperationSpec
protected GetUserEmailOperationSpec()
-
-
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 ID of the user, which uniquely identifies the user across all Atlassian products. For example,5b10ac8d82e05b22cc7d4ef5. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example,5b10ac8d82e05b22cc7d4ef5.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-