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