Class UserPropertyCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserPropertyCreate
UserPropertyCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Constructs a validated instance ofUserPropertyCreate.UserPropertyCreate(Map<String, Object> value) Constructs a validated instance ofUserPropertyCreate. -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
UserPropertyCreate
Constructs a validated instance ofUserPropertyCreate.- Parameters:
spec- the specification to process
-
UserPropertyCreate
@Internal protected UserPropertyCreate()Protected no-args constructor for use by serialization frameworks. -
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.
-
-
Method Details
-
value
-
value
Fluent setter for value.The value of the user property.
- Parameters:
value- value- Returns:
- this
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-