Klasse GetDataPolicySpacesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetDataPolicySpacesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetDataPolicySpacesOperationSpec
extends Object
GetDataPolicySpacesSpec
Specification for the GetDataPolicySpaces operation.
Get spaces with data policies (EAP)
-
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 ofGetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpec(List<Long> ids, List<String> keys, SpaceSortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetDataPolicySpacesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@Nullable Stringcursor()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.booleaninthashCode()ids()Filter the results to spaces based on their IDs.Filter the results to spaces based on their IDs.keys()Filter the results to spaces based on their keys.Filter the results to spaces based on their keys.@Nullable Integerlimit()Maximum number of spaces per result to return.Maximum number of spaces per result to return.@Nullable SpaceSortOrdersort()Used to sort the result by a particular field.sort(@Nullable SpaceSortOrder sort) Used to sort the result by a particular field.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
-
GetDataPolicySpacesOperationSpec
Constructs a validated instance ofGetDataPolicySpacesOperationSpec.- Parameter:
spec- the specification to process
-
GetDataPolicySpacesOperationSpec
@Internal public GetDataPolicySpacesOperationSpec(List<Long> ids, List<String> keys, SpaceSortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetDataPolicySpacesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
ids- Filter the results to spaces based on their IDs. Multiple IDs can be specified as a comma-separated list.keys- Filter the results to spaces based on their keys. Multiple keys can be specified as a comma-separated list.sort- Used to sort the result by a particular field.cursor- Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.limit- Maximum number of spaces per result to return. If more results exist, use theLinkresponse header to retrieve a relative URL that will return the next set of results.
-
GetDataPolicySpacesOperationSpec
protected GetDataPolicySpacesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
ids
Filter the results to spaces based on their IDs. Multiple IDs can be specified as a comma-separated list. -
keys
Filter the results to spaces based on their keys. Multiple keys can be specified as a comma-separated list. -
sort
Used to sort the result by a particular field. -
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results. -
limit
Maximum number of spaces per result to return. If more results exist, use theLinkresponse header to retrieve a relative URL that will return the next set of results. -
ids
Filter the results to spaces based on their IDs. Multiple IDs can be specified as a comma-separated list.- Gibt zurück:
this.
-
keys
Filter the results to spaces based on their keys. Multiple keys can be specified as a comma-separated list.- Gibt zurück:
this.
-
sort
Used to sort the result by a particular field.- Gibt zurück:
this.
-
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.- Gibt zurück:
this.
-
limit
Maximum number of spaces per result to return. If more results exist, use theLinkresponse header to retrieve a relative URL that will return the next set of results.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-