Class Group
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Group
Group
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalLinks.additionalLinks(Map<String, Object> additionalLinks) Fluent setter for additionalLinks.booleanGets the value of additionalLinks.getId()Gets the value of id.getName()Gets the value of name.getType()Gets the value of type.inthashCode()id()Fluent getter for id.Fluent setter for id.name()Fluent getter for name.Fluent setter for name.voidsetAdditionalLinks(Map<String, Object> additionalLinks) Sets the value of additionalLinks.voidSets the value of id.voidSets the value of name.voidSets the value of type.toString()type()Fluent getter for type.Fluent setter for type.
-
Field Details
-
type
-
name
-
id
-
additionalLinks
-
-
Constructor Details
-
Group
-
Group
@Internal protected Group()Protected no-args constructor for use by serialization frameworks. -
Group
Constructs a validated instance ofGroup.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Group(Consumer)instead.- Parameters:
type- typename- nameid- idadditionalLinks- additionalLinks
-
-
Method Details
-
type
-
type
-
getType
-
setType
-
name
-
name
-
getName
-
setName
-
id
-
id
-
getId
-
setId
-
additionalLinks
-
additionalLinks
-
getAdditionalLinks
-
setAdditionalLinks
-
equals
-
hashCode
-
toString
-