Klasse GetLabelsForSpaceOperationSpec.GetLabelsForSpaceOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetLabelsForSpaceOperationSpec.GetLabelsForSpaceOperationSpecBuilder
- Umschließende Klasse:
GetLabelsForSpaceOperationSpec
public static class GetLabelsForSpaceOperationSpec.GetLabelsForSpaceOperationSpecBuilder
extends Object
-
Methodendetails
-
spaceKey
public GetLabelsForSpaceOperationSpec.GetLabelsForSpaceOperationSpecBuilder spaceKey(@NotNull @NotNull String spaceKey) The key of the space to get labels for.- Gibt zurück:
this.
-
prefix
public GetLabelsForSpaceOperationSpec.GetLabelsForSpaceOperationSpecBuilder prefix(@Nullable @Nullable String prefix) Filters the results to labels with the specified prefix. If this parameter is not specified, then labels with any prefix will be returned. -globalprefix is used by labels that are on content within the provided space. -myprefix can be explicitly added by a user when adding a label via the UI, e.g. 'my:example-label'. -teamprefix is used for labels applied to the space.- Gibt zurück:
this.
-
start
public GetLabelsForSpaceOperationSpec.GetLabelsForSpaceOperationSpecBuilder start(@Nullable @Nullable Integer start) The starting index of the returned labels.- Gibt zurück:
this.
-
limit
public GetLabelsForSpaceOperationSpec.GetLabelsForSpaceOperationSpecBuilder limit(@Nullable @Nullable Integer limit) The maximum number of labels to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
build
-
toString
-