|
Clearspace API (1.10.14) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.JiveObject
com.jivesoftware.community.webservices.Group
public class Group
Organizes users into a group for easier permissions management. In this way, groups essentially serve the same purpose that they do in Unix or Windows.
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.webservices.JiveObject |
|---|
id, objectType |
| Constructor Summary | |
|---|---|
Group()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.util.Date |
getCreationDate()
Returns the date that the group was created. |
java.lang.String |
getDescription()
Returns the description of the group. |
int |
getMemberCount()
Returns the number of users that belon gto this group. |
java.util.Date |
getModificationDate()
Returns the date that the group was last modified. |
java.lang.String |
getName()
Returns the name of the group. |
int |
hashCode()
|
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date of the group. |
void |
setDescription(java.lang.String description)
Sets the description of the group. |
void |
setMemberCount(int memberCount)
Sets the number of users that belon gto this group. |
void |
setModificationDate(java.util.Date modificationDate)
Sets the date the group was last modified. |
void |
setName(java.lang.String name)
Sets the name of the group. |
java.lang.String |
toString()
|
| Methods inherited from class com.jivesoftware.community.webservices.JiveObject |
|---|
getID, getObjectType, setID, setObjectType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Group()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name for the group.
UnauthorizedException - if does not have group administrator permissions.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description of the group.
UnauthorizedException - if does not have group administrator permissions.public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate - the date the group was created.
UnauthorizedException - if does not have administrator permissions.public java.util.Date getModificationDate()
public void setModificationDate(java.util.Date modificationDate)
modificationDate - the date the group was modified.
UnauthorizedException - if does not have administrator permissions.public int getMemberCount()
public void setMemberCount(int memberCount)
memberCount - the number of users that belon gto this group.public boolean equals(java.lang.Object o)
equals in class JiveObjectpublic int hashCode()
hashCode in class JiveObjectpublic java.lang.String toString()
toString in class JiveObject
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||