Klasse UpdateProjectOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateProjectOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateProjectOperationSpec
extends Object
UpdateProjectSpec
Specification for the UpdateProject operation.
Update 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
UpdateProjectOperationSpec
(String projectIdOrKey, UpdateProjectDetails updateProjectDetails, String expand) Constructs a validated instance ofUpdateProjectOperationSpec
.Constructs a validated instance ofUpdateProjectOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
@NotNull String
The project ID or project key (case sensitive).projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()
@NotNull UpdateProjectDetails
The project details to be updated.updateProjectDetails
(@NotNull UpdateProjectDetails updateProjectDetails) The project details to be updated.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
-
UpdateProjectOperationSpec
Constructs a validated instance ofUpdateProjectOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateProjectOperationSpec
@Internal public UpdateProjectOperationSpec(String projectIdOrKey, UpdateProjectDetails updateProjectDetails, String expand) Constructs a validated instance ofUpdateProjectOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
projectIdOrKey
- The project ID or project key (case sensitive).updateProjectDetails
- The project details to be updated.expand
- Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: *description
The project description. *issueTypes
The issue types associated with the project. *lead
The project lead. *projectKeys
All project keys associated with the project.
-
UpdateProjectOperationSpec
protected UpdateProjectOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
projectIdOrKey
The project ID or project key (case sensitive). -
updateProjectDetails
The project details to be updated. -
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: *description
The project description. *issueTypes
The issue types associated with the project. *lead
The project lead. *projectKeys
All project keys associated with the project. -
projectIdOrKey
The project ID or project key (case sensitive).- Gibt zurück:
this
.
-
updateProjectDetails
public UpdateProjectOperationSpec updateProjectDetails(@NotNull @NotNull UpdateProjectDetails updateProjectDetails) The project details to be updated.- Gibt zurück:
this
.
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: *description
The project description. *issueTypes
The issue types associated with the project. *lead
The project lead. *projectKeys
All project keys associated with the project.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-