Klasse GetAllLabelContentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetAllLabelContentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllLabelContentOperationSpec
extends Object
GetAllLabelContentSpec
Specification for the GetAllLabelContent operation.
Get label information
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetAllLabelContentOperationSpec(String name, String type, Integer start, Integer limit) Constructs a validated instance ofGetAllLabelContentOperationSpec.Constructs a validated instance ofGetAllLabelContentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@Nullable Integerlimit()The number of results to be returned.The number of results to be returned.@NotNull Stringname()Name of the label to query.Name of the label to query.@Nullable Integerstart()The starting offset for the results.The starting offset for the results.toString()@Nullable Stringtype()The type of contents that are to be returned.The type of contents that are to be returned.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
-
GetAllLabelContentOperationSpec
Constructs a validated instance ofGetAllLabelContentOperationSpec.- Parameter:
spec- the specification to process
-
GetAllLabelContentOperationSpec
@Internal public GetAllLabelContentOperationSpec(String name, String type, Integer start, Integer limit) Constructs a validated instance ofGetAllLabelContentOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
name- Name of the label to query.type- The type of contents that are to be returned.start- The starting offset for the results.limit- The number of results to be returned.
-
GetAllLabelContentOperationSpec
protected GetAllLabelContentOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
name
Name of the label to query. -
type
The type of contents that are to be returned. -
start
The starting offset for the results. -
limit
The number of results to be returned. -
name
Name of the label to query.- Gibt zurück:
this.
-
type
The type of contents that are to be returned.- Gibt zurück:
this.
-
start
The starting offset for the results.- Gibt zurück:
this.
-
limit
The number of results to be returned.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-