Klasse GetPrecomputationsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetPrecomputationsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetPrecomputationsOperationSpec
extends Object
GetPrecomputationsSpec
Specification for the GetPrecomputations operation.
Get precomputations (apps)
-
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
Constructs a validated instance ofGetPrecomputationsOperationSpec
.GetPrecomputationsOperationSpec
(List<String> functionKey, Long startAt, Integer maxResults, String orderBy, String filter) Constructs a validated instance ofGetPrecomputationsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
filter()
Not supported yet.Not supported yet.The function key in format: * Forge:ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest]
.functionKey
(@Nullable List<String> functionKey) The function key in format: * Forge:ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest]
.int
hashCode()
@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable String
orderBy()
[Order](#ordering) the results by a field: *functionKey
Sorts by the functionKey.[Order](#ordering) the results by a field: *functionKey
Sorts by the functionKey.@Nullable Long
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
-
GetPrecomputationsOperationSpec
Constructs a validated instance ofGetPrecomputationsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetPrecomputationsOperationSpec
@Internal public GetPrecomputationsOperationSpec(List<String> functionKey, Long startAt, Integer maxResults, String orderBy, String filter) Constructs a validated instance ofGetPrecomputationsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
functionKey
- The function key in format: * Forge:ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest]
. * Connect:[App key]__[Module key]
.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.orderBy
- [Order](#ordering) the results by a field: *functionKey
Sorts by the functionKey. *used
Sorts by the used timestamp. *created
Sorts by the created timestamp. *updated
Sorts by the updated timestamp.filter
- Not supported yet.
-
GetPrecomputationsOperationSpec
protected GetPrecomputationsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
functionKey
The function key in format: * Forge:ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest]
. * Connect:[App key]__[Module key]
. -
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. -
orderBy
[Order](#ordering) the results by a field: *functionKey
Sorts by the functionKey. *used
Sorts by the used timestamp. *created
Sorts by the created timestamp. *updated
Sorts by the updated timestamp. -
filter
Not supported yet. -
functionKey
The function key in format: * Forge:ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest]
. * Connect:[App key]__[Module key]
.- Gibt zurück:
this
.
-
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
.
-
orderBy
[Order](#ordering) the results by a field: *functionKey
Sorts by the functionKey. *used
Sorts by the used timestamp. *created
Sorts by the created timestamp. *updated
Sorts by the updated timestamp.- Gibt zurück:
this
.
-
filter
Not supported yet.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-