Class UserPropertyUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserPropertyUpdate
UserPropertyUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofUserPropertyUpdate.UserPropertyUpdate(Map<String, Object> value) Constructs a validated instance ofUserPropertyUpdate. -
Method Summary
-
Field Details
-
value
The value of the user property.
-
-
Constructor Details
-
UserPropertyUpdate
Constructs a validated instance ofUserPropertyUpdate.- Parameters:
spec- the specification to process
-
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.
-
UserPropertyUpdate
protected UserPropertyUpdate()
-
-
Method Details