Class SpacePropertyUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpacePropertyUpdate
SpacePropertyUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Constructs a validated instance ofSpacePropertyUpdate.Constructs a validated instance ofSpacePropertyUpdate. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()Gets the value of key.getSpace()Gets the value of space.getValue()Gets the value of value.Gets the value of version.inthashCode()key()Fluent getter for key.Fluent setter for key.voidSets the value of key.voidSets the value of space.voidSets the value of value.voidsetVersion(Version version) Sets the value of version.space()Fluent getter for space.Fluent setter for space.toString()value()Fluent getter for value.Fluent setter for value.version()Fluent getter for version.Fluent setter for version.
-
Field Details
-
key
-
value
-
version
-
space
-
-
Constructor Details
-
SpacePropertyUpdate
Constructs a validated instance ofSpacePropertyUpdate.- Parameters:
spec- the specification to process
-
SpacePropertyUpdate
@Internal protected SpacePropertyUpdate()Protected no-args constructor for use by serialization frameworks. -
SpacePropertyUpdate
@Internal public SpacePropertyUpdate(String key, Object value, Version version, Map<String, Object> space) Constructs a validated instance ofSpacePropertyUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpacePropertyUpdate(Consumer)instead.- Parameters:
key- keyvalue- valueversion- versionspace- space
-
-
Method Details
-
key
-
key
Fluent setter for key.- Parameters:
key- key- Returns:
- this
-
getKey
-
setKey
-
value
-
value
Fluent setter for value.- Parameters:
value- value- Returns:
- this
-
getValue
-
setValue
-
version
-
version
Fluent setter for version.- Parameters:
version- version- Returns:
- this
-
getVersion
-
setVersion
-
space
-
space
Fluent setter for space.- Parameters:
space- space- Returns:
- this
-
getSpace
-
setSpace
-
equals
-
hashCode
-
toString
-