Klasse GetLabelsForSpaceOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetLabelsForSpaceOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetLabelsForSpaceOperationSpec
extends Object
GetLabelsForSpaceSpec
Specification for the GetLabelsForSpace operation.
Get Space Labels
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetLabelsForSpaceOperationSpec(String spaceKey, String prefix, Integer start, Integer limit) Constructs a validated instance ofGetLabelsForSpaceOperationSpec.Constructs a validated instance ofGetLabelsForSpaceOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@Nullable Integerlimit()The maximum number of labels to return per page.The maximum number of labels to return per page.@Nullable Stringprefix()Filters the results to labels with the specified prefix.Filters the results to labels with the specified prefix.@NotNull StringspaceKey()The key of the space to get labels for.The key of the space to get labels for.@Nullable Integerstart()The starting index of the returned labels.The starting index of the returned labels.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
-
GetLabelsForSpaceOperationSpec
Constructs a validated instance ofGetLabelsForSpaceOperationSpec.- Parameter:
spec- the specification to process
-
GetLabelsForSpaceOperationSpec
@Internal public GetLabelsForSpaceOperationSpec(String spaceKey, String prefix, Integer start, Integer limit) Constructs a validated instance ofGetLabelsForSpaceOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
spaceKey- The key of the space to get labels for.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.start- The starting index of the returned labels.limit- The maximum number of labels to return per page. Note, this may be restricted by fixed system limits.
-
GetLabelsForSpaceOperationSpec
protected GetLabelsForSpaceOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
spaceKey
The key of the space to get labels for. -
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. -
start
The starting index of the returned labels. -
limit
The maximum number of labels to return per page. Note, this may be restricted by fixed system limits. -
spaceKey
The key of the space to get labels for.- Gibt zurück:
this.
-
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
The starting index of the returned labels.- Gibt zurück:
this.
-
limit
The maximum number of labels to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-