Klasse GetAllProjectsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllProjectsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllProjectsOperationSpec
extends Object
GetAllProjectsSpec
Specification for the GetAllProjects operation.
Get all projects
-
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
GetAllProjectsOperationSpec
(String expand, Integer recent, List<String> properties) Constructs a validated instance ofGetAllProjectsOperationSpec
.Constructs a validated instance ofGetAllProjectsOperationSpec
. -
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()
A list of project properties to return for the project.properties
(@Nullable List<String> properties) A list of project properties to return for the project.@Nullable Integer
recent()
Returns the user's most recently accessed projects.Returns the user's most recently accessed projects.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
-
GetAllProjectsOperationSpec
Constructs a validated instance ofGetAllProjectsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetAllProjectsOperationSpec
@Internal public GetAllProjectsOperationSpec(String expand, Integer recent, List<String> properties) Constructs a validated instance ofGetAllProjectsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
expand
- Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include: *description
Returns the project description. *issueTypes
Returns all issue types associated with the project. *lead
Returns information about the project lead. *projectKeys
Returns all project keys associated with the project.recent
- Returns the user's most recently accessed projects. You may specify the number of results to return up to a maximum of 20. If access is anonymous, then the recently accessed projects are based on the current HTTP session.properties
- A list of project properties to return for the project. This parameter accepts a comma-separated list.
-
GetAllProjectsOperationSpec
protected GetAllProjectsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include: *description
Returns the project description. *issueTypes
Returns all issue types associated with the project. *lead
Returns information about the project lead. *projectKeys
Returns all project keys associated with the project. -
recent
Returns the user's most recently accessed projects. You may specify the number of results to return up to a maximum of 20. If access is anonymous, then the recently accessed projects are based on the current HTTP session. -
properties
A list of project properties to return for the project. This parameter accepts a comma-separated list. -
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include: *description
Returns the project description. *issueTypes
Returns all issue types associated with the project. *lead
Returns information about the project lead. *projectKeys
Returns all project keys associated with the project.- Gibt zurück:
this
.
-
recent
Returns the user's most recently accessed projects. You may specify the number of results to return up to a maximum of 20. If access is anonymous, then the recently accessed projects are based on the current HTTP session.- Gibt zurück:
this
.
-
properties
A list of project properties to return for the project. This parameter accepts a comma-separated list.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-