Class UserPropertyCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserPropertyCreate
UserPropertyCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofUserPropertyCreate.UserPropertyCreate(Map<String, Object> value) Constructs a validated instance ofUserPropertyCreate. -
Method Summary
-
Field Details
-
value
The value of the user property.
-
-
Constructor Details
-
UserPropertyCreate
Constructs a validated instance ofUserPropertyCreate.- Parameters:
spec- the specification to process
-
UserPropertyCreate
Constructs a validated instance ofUserPropertyCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserPropertyCreate(Consumer)instead.- Parameters:
value- The value of the user property.
-
UserPropertyCreate
protected UserPropertyCreate()
-
-
Method Details