Class GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder
- Enclosing class:
- GetPrecomputationsOperationSpec
public static class GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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: *functionKeySorts by the functionKey.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
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]- Returns:
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).- Returns:
this.
-
maxResults
public GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this.
-
orderBy
public GetPrecomputationsOperationSpec.GetPrecomputationsOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field: *functionKeySorts by the functionKey. *usedSorts by the used timestamp. *createdSorts by the created timestamp. *updatedSorts by the updated timestamp.- Returns:
this.
-
build
-
toString
-