Klasse UpdateSpaceSettingsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateSpaceSettingsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateSpaceSettingsOperationSpec
extends Object
UpdateSpaceSettingsSpec
Specification for the UpdateSpaceSettings operation.
Update space settings
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateSpaceSettingsOperationSpec(String spaceKey, SpaceSettingsUpdate spaceSettingsUpdate) Constructs a validated instance ofUpdateSpaceSettingsOperationSpec.Constructs a validated instance ofUpdateSpaceSettingsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringspaceKey()The key of the space whose settings will be updated.The key of the space whose settings will be updated.@NotNull SpaceSettingsUpdateThe space settings to update.spaceSettingsUpdate(@NotNull SpaceSettingsUpdate spaceSettingsUpdate) The space settings to update.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
-
UpdateSpaceSettingsOperationSpec
Constructs a validated instance ofUpdateSpaceSettingsOperationSpec.- Parameter:
spec- the specification to process
-
UpdateSpaceSettingsOperationSpec
@Internal public UpdateSpaceSettingsOperationSpec(String spaceKey, SpaceSettingsUpdate spaceSettingsUpdate) Constructs a validated instance ofUpdateSpaceSettingsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
spaceKey- The key of the space whose settings will be updated.spaceSettingsUpdate- The space settings to update.
-
UpdateSpaceSettingsOperationSpec
protected UpdateSpaceSettingsOperationSpec()
-
-
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 whose settings will be updated. -
spaceSettingsUpdate
The space settings to update. -
spaceKey
The key of the space whose settings will be updated.- Gibt zurück:
this.
-
spaceSettingsUpdate
public UpdateSpaceSettingsOperationSpec spaceSettingsUpdate(@NotNull @NotNull SpaceSettingsUpdate spaceSettingsUpdate) The space settings to update.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-