Klasse GetSpacesOperationSpec.GetSpacesOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetSpacesOperationSpec.GetSpacesOperationSpecBuilder
- Umschließende Klasse:
GetSpacesOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.descriptionFormat(@Nullable SpaceDescriptionBodyRepresentation descriptionFormat) The content format type to be returned in thedescriptionfield of the response.Filter the results to spaces based on their IDs.includeIcon(@Nullable Boolean includeIcon) If the icon for the space should be fetched or not.Filter the results to spaces based on their keys.Filter the results to spaces based on their labels.Maximum number of spaces per result to return.sort(@Nullable SpaceSortOrder sort) Used to sort the result by a particular field.Filter the results to spaces based on their status.toString()Filter the results to spaces based on their type.
-
Methodendetails
-
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 GetSpacesOperationSpec.GetSpacesOperationSpecBuilder 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.
-
type
Filter the results to spaces based on their type.- Gibt zurück:
this.
-
status
public GetSpacesOperationSpec.GetSpacesOperationSpecBuilder status(@Nullable @Nullable String status) Filter the results to spaces based on their status.- Gibt zurück:
this.
-
labels
public GetSpacesOperationSpec.GetSpacesOperationSpecBuilder labels(@Nullable @Nullable List<String> labels) Filter the results to spaces based on their labels. Multiple labels can be specified as a comma-separated list.- Gibt zurück:
this.
-
sort
public GetSpacesOperationSpec.GetSpacesOperationSpecBuilder sort(@Nullable @Nullable SpaceSortOrder sort) Used to sort the result by a particular field.- Gibt zurück:
this.
-
descriptionFormat
public GetSpacesOperationSpec.GetSpacesOperationSpecBuilder descriptionFormat(@Nullable @Nullable SpaceDescriptionBodyRepresentation descriptionFormat) The content format type to be returned in thedescriptionfield of the response. If available, the representation will be available under a response field of the same name under thedescriptionfield.- Gibt zurück:
this.
-
includeIcon
public GetSpacesOperationSpec.GetSpacesOperationSpecBuilder includeIcon(@Nullable @Nullable Boolean includeIcon) If the icon for the space should be fetched or not.- Gibt zurück:
this.
-
cursor
public GetSpacesOperationSpec.GetSpacesOperationSpecBuilder 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 GetSpacesOperationSpec.GetSpacesOperationSpecBuilder 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
-