Klasse SearchPrioritiesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchPrioritiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchPrioritiesOperationSpec
extends Object
SearchPrioritiesSpec
Specification for the SearchPriorities operation.
Search priorities
-
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
SearchPrioritiesOperationSpec
(String startAt, String maxResults, List<String> id, List<String> projectId, Boolean onlyDefault) Constructs a validated instance ofSearchPrioritiesOperationSpec
.Constructs a validated instance ofSearchPrioritiesOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The list of priority IDs.The list of priority IDs.@Nullable String
The maximum number of items to return per page.maxResults
(@Nullable String maxResults) The maximum number of items to return per page.@Nullable Boolean
Whether only the default priority is returned.onlyDefault
(@Nullable Boolean onlyDefault) Whether only the default priority is returned.The list of projects IDs.The list of projects IDs.@Nullable String
startAt()
The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).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
-
SearchPrioritiesOperationSpec
Constructs a validated instance ofSearchPrioritiesOperationSpec
.- Parameter:
spec
- the specification to process
-
SearchPrioritiesOperationSpec
@Internal public SearchPrioritiesOperationSpec(String startAt, String maxResults, List<String> id, List<String> projectId, Boolean onlyDefault) Constructs a validated instance ofSearchPrioritiesOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
startAt
- The index of the first item to return in a page of results (page offset).maxResults
- The maximum number of items to return per page.id
- The list of priority IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=2&id=3
.projectId
- The list of projects IDs. To include multiple IDs, provide an ampersand-separated list. For example,projectid=10010&projectid=10111
.onlyDefault
- Whether only the default priority is returned.
-
SearchPrioritiesOperationSpec
protected SearchPrioritiesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
id
The list of priority IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=2&id=3
. -
projectId
The list of projects IDs. To include multiple IDs, provide an ampersand-separated list. For example,projectid=10010&projectid=10111
. -
onlyDefault
Whether only the default priority is returned. -
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
The list of priority IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=2&id=3
.- Gibt zurück:
this
.
-
projectId
The list of projects IDs. To include multiple IDs, provide an ampersand-separated list. For example,projectid=10010&projectid=10111
.- Gibt zurück:
this
.
-
onlyDefault
Whether only the default priority is returned.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-