Klasse GetWatchersForSpaceOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetWatchersForSpaceOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWatchersForSpaceOperationSpec
extends Object
GetWatchersForSpaceSpec
Specification for the GetWatchersForSpace operation.
Get space watchers
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetWatchersForSpaceOperationSpec(String spaceKey, String start, String limit) Constructs a validated instance ofGetWatchersForSpaceOperationSpec.Constructs a validated instance ofGetWatchersForSpaceOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@Nullable Stringlimit()The limit of the number of items to return, this may be restricted by fixed system limits.The limit of the number of items to return, this may be restricted by fixed system limits.@NotNull StringspaceKey()The key of the space to get watchers.The key of the space to get watchers.@Nullable Stringstart()The start point of the collection to return.The start point of the collection to return.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
-
GetWatchersForSpaceOperationSpec
Constructs a validated instance ofGetWatchersForSpaceOperationSpec.- Parameter:
spec- the specification to process
-
GetWatchersForSpaceOperationSpec
Constructs a validated instance ofGetWatchersForSpaceOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
spaceKey- The key of the space to get watchers.start- The start point of the collection to return.limit- The limit of the number of items to return, this may be restricted by fixed system limits.
-
GetWatchersForSpaceOperationSpec
protected GetWatchersForSpaceOperationSpec()
-
-
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 watchers. -
start
The start point of the collection to return. -
limit
The limit of the number of items to return, this may be restricted by fixed system limits. -
spaceKey
The key of the space to get watchers.- Gibt zurück:
this.
-
start
The start point of the collection to return.- Gibt zurück:
this.
-
limit
The limit of the number of items to return, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-