Class Group

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Group

@Generated("io.github.primelib.primecodegen") public class Group extends Object
Group
  • Field Details

  • Constructor Details

    • Group

      public Group(Consumer<Group> spec)
      Constructs a validated instance of Group.
      Parameters:
      spec - the specification to process
    • Group

      @Internal protected Group()
      Protected no-args constructor for use by serialization frameworks.
    • Group

      @Internal public Group(String type, String name, String id, Map<String,Object> additionalLinks)
      Constructs a validated instance of Group.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Group(Consumer) instead.

      Parameters:
      type - type
      name - name
      id - id
      additionalLinks - additionalLinks
  • Method Details

    • type

      public String type()
      Fluent getter for type.
      Returns:
      type
    • type

      public Group type(String type)
      Fluent setter for type.
      Parameters:
      type - type
      Returns:
      this
    • getType

      public String getType()
      Gets the value of type.
      Returns:
      type
    • setType

      public void setType(String type)
      Sets the value of type.
      Parameters:
      type - type
    • name

      public String name()
      Fluent getter for name.
      Returns:
      name
    • name

      public Group name(String name)
      Fluent setter for name.
      Parameters:
      name - name
      Returns:
      this
    • getName

      public String getName()
      Gets the value of name.
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the value of name.
      Parameters:
      name - name
    • id

      public String id()
      Fluent getter for id.
      Returns:
      id
    • id

      public Group id(String id)
      Fluent setter for id.
      Parameters:
      id - id
      Returns:
      this
    • getId

      public String getId()
      Gets the value of id.
      Returns:
      id
    • setId

      public void setId(String id)
      Sets the value of id.
      Parameters:
      id - id
    • additionalLinks

      public Map<String,Object> additionalLinks()
      Fluent getter for additionalLinks.
      Returns:
      additionalLinks
    • additionalLinks

      public Group additionalLinks(Map<String,Object> additionalLinks)
      Fluent setter for additionalLinks.
      Parameters:
      additionalLinks - additionalLinks
      Returns:
      this
    • getAdditionalLinks

      public Map<String,Object> getAdditionalLinks()
      Gets the value of additionalLinks.
      Returns:
      additionalLinks
    • setAdditionalLinks

      public void setAdditionalLinks(Map<String,Object> additionalLinks)
      Sets the value of additionalLinks.
      Parameters:
      additionalLinks - additionalLinks
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object