Klasse GetPrecomputationsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs 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 booleanboolean@Nullable Stringfilter()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].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()Not supported yet.Not supported yet.@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
-
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- Not supported yet.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
Not supported yet. -
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
Not supported yet.- Gibt zurück:
this.
-
filter
Not supported yet.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-