Klasse GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder
- Umschließende Klasse:
GetDataPolicySpacesOperationSpec
public static class GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Filter the results to spaces based on their IDs.Filter the results to spaces based on their keys.Maximum number of spaces per result to return.sort(@Nullable SpaceSortOrder sort) Used to sort the result by a particular field.toString()
-
Methodendetails
-
ids
public GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder ids(@Nullable @Nullable List<Long> 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
public GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder keys(@Nullable @Nullable List<String> 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
public GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder sort(@Nullable @Nullable SpaceSortOrder sort) Used to sort the result by a particular field.- Gibt zurück:
this.
-
cursor
public GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder cursor(@Nullable @Nullable String 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
public GetDataPolicySpacesOperationSpec.GetDataPolicySpacesOperationSpecBuilder limit(@Nullable @Nullable Integer 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.
-
build
-
toString
-