Class GetSettingsThemeV1OperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.operations.GetSettingsThemeV1OperationSpec
@Generated("io.github.primelib.primecodegen")
public class GetSettingsThemeV1OperationSpec
extends Object
GetSettingsThemeV1
Returns all themes, not including the default theme. **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**: None
-
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 Integerlimit()The maximum number of themes to return per page.The maximum number of themes to return per page.@Nullable Integerstart()The starting index of the returned themes.The starting index of the returned themes.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
-
GetSettingsThemeV1OperationSpec
Constructs a validated instance ofGetSettingsThemeV1OperationSpec.- 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
-
start
The starting index of the returned themes. -
limit
The maximum number of themes to return per page. Note, this may be restricted by fixed system limits. -
start
The starting index of the returned themes.- Returns:
this.
-
limit
The maximum number of themes to return per page. Note, this may be restricted by fixed system limits.- Returns:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-