java.lang.Object
com.atlassian.crowd.directory.rest.entity.group.GraphGroup
Direct Known Subclasses:
GraphDeltaQueryGroup

public class GraphGroup extends Object
Represents a group returned from the /groups endpoint
  • Constructor Details

    • GraphGroup

      public GraphGroup()
    • GraphGroup

      public GraphGroup(String displayName)
    • GraphGroup

      public GraphGroup(String id, String displayName, String description)
  • Method Details

    • getDescription

      public String getDescription()
    • getDisplayName

      public String getDisplayName()
    • getId

      public String getId()
    • toString

      public String toString()
      Overrides:
      toString in class Object