com.atlassian.confluence.api.model.people
Class Group

java.lang.Object
  extended by com.atlassian.confluence.api.model.people.Group
All Implemented Interfaces:
Subject

@ExperimentalApi
public class Group
extends Object
implements Subject

Represents a group that may contain zero or more users. This model is deliberately very simple. It is intended that this (and most of the Subject hierarchy in api.model.people) will be replaced by Crowd entities in the near future.

Since:
5.7

Constructor Summary
Group(String name)
           
 
Method Summary
 String getDisplayName()
          Returns a name that is suitable for display to identify the user / group.
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group(String name)
Method Detail

getName

public String getName()

getDisplayName

public String getDisplayName()
Description copied from interface: Subject
Returns a name that is suitable for display to identify the user / group. Will never return null.

Specified by:
getDisplayName in interface Subject


Copyright © 2003–2015 Atlassian. All rights reserved.