Klasse GetLabelsOperationSpec.GetLabelsOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetLabelsOperationSpec.GetLabelsOperationSpecBuilder
- Umschließende Klasse:
GetLabelsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Filters on label ID.Maximum number of labels per result to return.Filters on label prefix.sort(@Nullable List<LabelSortOrder> sort) Used to sort the result by a particular field.toString()
-
Methodendetails
-
labelId
public GetLabelsOperationSpec.GetLabelsOperationSpecBuilder labelId(@Nullable @Nullable List<Long> labelId) Filters on label ID. Multiple IDs can be specified as a comma-separated list.- Gibt zurück:
this.
-
prefix
public GetLabelsOperationSpec.GetLabelsOperationSpecBuilder prefix(@Nullable @Nullable List<String> prefix) Filters on label prefix. Multiple IDs can be specified as a comma-separated list.- Gibt zurück:
this.
-
cursor
public GetLabelsOperationSpec.GetLabelsOperationSpecBuilder 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.
-
sort
public GetLabelsOperationSpec.GetLabelsOperationSpecBuilder sort(@Nullable @Nullable List<LabelSortOrder> sort) Used to sort the result by a particular field.- Gibt zurück:
this.
-
limit
public GetLabelsOperationSpec.GetLabelsOperationSpecBuilder limit(@Nullable @Nullable Integer limit) Maximum number of labels per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.- Gibt zurück:
this.
-
build
-
toString
-