Class UserPropertyUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserPropertyUpdate
UserPropertyUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Constructs a validated instance ofUserPropertyUpdate.UserPropertyUpdate(Map<String, Object> value) Constructs a validated instance ofUserPropertyUpdate. -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
UserPropertyUpdate
Constructs a validated instance ofUserPropertyUpdate.- Parameters:
spec- the specification to process
-
UserPropertyUpdate
@Internal protected UserPropertyUpdate()Protected no-args constructor for use by serialization frameworks. -
UserPropertyUpdate
Constructs a validated instance ofUserPropertyUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserPropertyUpdate(Consumer)instead.- Parameters:
value- The value of the user property.
-
-
Method Details
-
value
-
value
Fluent setter for value.The value of the user property.
- Parameters:
value- value- Returns:
- this
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-