Klasse UpdateProjectEmailOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateProjectEmailOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateProjectEmailOperationSpec
extends Object
UpdateProjectEmailSpec
Specification for the UpdateProjectEmail operation.
Set project's sender email
-
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
UpdateProjectEmailOperationSpec
(Long projectId, ProjectEmailAddress projectEmailAddress) Constructs a validated instance ofUpdateProjectEmailOperationSpec
.Constructs a validated instance ofUpdateProjectEmailOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull ProjectEmailAddress
The project's sender email address to be set.projectEmailAddress
(@NotNull ProjectEmailAddress projectEmailAddress) The project's sender email address to be set.@NotNull Long
The project ID.The project ID.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
-
UpdateProjectEmailOperationSpec
Constructs a validated instance ofUpdateProjectEmailOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateProjectEmailOperationSpec
@Internal public UpdateProjectEmailOperationSpec(Long projectId, ProjectEmailAddress projectEmailAddress) Constructs a validated instance ofUpdateProjectEmailOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
projectId
- The project ID.projectEmailAddress
- The project's sender email address to be set.
-
UpdateProjectEmailOperationSpec
protected UpdateProjectEmailOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
projectId
The project ID. -
projectEmailAddress
The project's sender email address to be set. -
projectId
The project ID.- Gibt zurück:
this
.
-
projectEmailAddress
public UpdateProjectEmailOperationSpec projectEmailAddress(@NotNull @NotNull ProjectEmailAddress projectEmailAddress) The project's sender email address to be set.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-