Klasse SearchPrioritiesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSearchPrioritiesOperationSpec(String startAt, String maxResults, List<String> id, Boolean onlyDefault) Constructs a validated instance ofSearchPrioritiesOperationSpec.Constructs a validated instance ofSearchPrioritiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()id()The list of priority IDs.The list of priority IDs.@Nullable StringThe maximum number of items to return per page.maxResults(@Nullable String maxResults) The maximum number of items to return per page.@Nullable BooleanWhether only the default priority is returned.onlyDefault(@Nullable Boolean onlyDefault) Whether only the default priority is returned.@Nullable StringstartAt()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()voidvalidate()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, 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.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. -
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.
-
onlyDefault
Whether only the default priority is returned.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-