Klasse GetWatchesForSpaceOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetWatchesForSpaceOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWatchesForSpaceOperationSpec
extends Object
GetWatchesForSpaceSpec
Specification for the GetWatchesForSpace operation.
Get watches for space
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetWatchesForSpaceOperationSpec(String id, Integer start, Integer limit) Constructs a validated instance ofGetWatchesForSpaceOperationSpec.Constructs a validated instance ofGetWatchesForSpaceOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the content to be queried for its watches.The ID of the content to be queried for its watches.@Nullable Integerlimit()The maximum number of watches to return per page.The maximum number of watches to return per page.@Nullable Integerstart()The starting index of the returned watches.The starting index of the returned watches.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
-
GetWatchesForSpaceOperationSpec
Constructs a validated instance ofGetWatchesForSpaceOperationSpec.- Parameter:
spec- the specification to process
-
GetWatchesForSpaceOperationSpec
Constructs a validated instance ofGetWatchesForSpaceOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content to be queried for its watches.start- The starting index of the returned watches.limit- The maximum number of watches to return per page. Note, this may be restricted by fixed system limits.
-
GetWatchesForSpaceOperationSpec
protected GetWatchesForSpaceOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the content to be queried for its watches. -
start
The starting index of the returned watches. -
limit
The maximum number of watches to return per page. Note, this may be restricted by fixed system limits. -
id
The ID of the content to be queried for its watches.- Gibt zurück:
this.
-
start
The starting index of the returned watches.- Gibt zurück:
this.
-
limit
The maximum number of watches to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-