Class GetSpaceBySpaceKeyWatchV1OperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.operations.GetSpaceBySpaceKeyWatchV1OperationSpec
@Generated("io.github.primelib.primecodegen")
public class GetSpaceBySpaceKeyWatchV1OperationSpec
extends Object
GetSpaceBySpaceKeyWatchV1
Returns a list of watchers of a space
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.@NonNull 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
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetSpaceBySpaceKeyWatchV1OperationSpec
@Internal public GetSpaceBySpaceKeyWatchV1OperationSpec(Consumer<GetSpaceBySpaceKeyWatchV1OperationSpec> spec) Constructs a validated instance ofGetSpaceBySpaceKeyWatchV1OperationSpec.- Parameters:
spec- the specification to process
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
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.- Returns:
this.
-
start
The start point of the collection to return.- Returns:
this.
-
limit
The limit of the number of items to return, this may be restricted by fixed system limits.- Returns:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-