Klasse GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder
- Umschließende Klasse:
GetPrecomputationsOperationSpec
public static class GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
functionKey
(@Nullable List<String> 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]
maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.[Order](#ordering) the results by a field: *functionKey
Sorts by the functionKey.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
functionKey
public GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder functionKey(@Nullable @Nullable List<String> 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
public GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
orderBy
public GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder orderBy(@Nullable @Nullable String 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
.
-
build
-
toString
-