Class 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)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofGetPrecomputationsOperationSpec
.GetPrecomputationsOperationSpec
(List<String> functionKey, Long startAt, Integer maxResults, String orderBy) Constructs a validated instance ofGetPrecomputationsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The function key in format: * Forge:ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest]
* Connect:[App key]__[Module key]
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]
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
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetPrecomputationsOperationSpec
Constructs a validated instance ofGetPrecomputationsOperationSpec
.- Parameters:
spec
- the specification to process
-
GetPrecomputationsOperationSpec
@Internal public GetPrecomputationsOperationSpec(List<String> functionKey, Long startAt, Integer maxResults, String orderBy) Constructs a validated instance ofGetPrecomputationsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
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.
-
GetPrecomputationsOperationSpec
protected GetPrecomputationsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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. -
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
The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
The maximum number of items to return per page.- Returns:
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.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-