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 Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs 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 booleanbooleanThe 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]inthashCode()@Nullable IntegerThe maximum number of items to return per page.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable StringorderBy()[Order](#ordering) the results by a field: *functionKeySorts by the functionKey.[Order](#ordering) the results by a field: *functionKeySorts by the functionKey.@Nullable LongstartAt()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
-
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: *functionKeySorts by the functionKey. *usedSorts by the used timestamp. *createdSorts by the created timestamp. *updatedSorts 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: *functionKeySorts by the functionKey. *usedSorts by the used timestamp. *createdSorts by the created timestamp. *updatedSorts 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: *functionKeySorts by the functionKey. *usedSorts by the used timestamp. *createdSorts by the created timestamp. *updatedSorts by the updated timestamp.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-