Klasse CreateProjectOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreateProjectOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateProjectOperationSpec
extends Object
CreateProjectSpec
Specification for the CreateProject operation.
Create project
-
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
CreateProjectOperationSpec
(CreateProjectDetails createProjectDetails) Constructs a validated instance ofCreateProjectOperationSpec
.Constructs a validated instance ofCreateProjectOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull CreateProjectDetails
The JSON representation of the project being created.createProjectDetails
(@NotNull CreateProjectDetails createProjectDetails) The JSON representation of the project being created.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
-
CreateProjectOperationSpec
Constructs a validated instance ofCreateProjectOperationSpec
.- Parameter:
spec
- the specification to process
-
CreateProjectOperationSpec
Constructs a validated instance ofCreateProjectOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
createProjectDetails
- The JSON representation of the project being created.
-
CreateProjectOperationSpec
protected CreateProjectOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
createProjectDetails
The JSON representation of the project being created. -
createProjectDetails
public CreateProjectOperationSpec createProjectDetails(@NotNull @NotNull CreateProjectDetails createProjectDetails) The JSON representation of the project being created.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-