|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.GroupsResponse
public class GroupsResponse
Response for the request to get the groups
Constructor Summary | |
---|---|
GroupsResponse()
Create an empty response |
|
GroupsResponse(Message message,
ResponseInfo responseInfo)
|
Method Summary | |
---|---|
java.util.List<Group> |
getGroups()
|
void |
setGroups(java.util.List<Group> groups)
|
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupsResponse()
public GroupsResponse(Message message, ResponseInfo responseInfo)
message
- responseInfo
- Method Detail |
---|
public java.util.List<Group> getGroups()
public void setGroups(java.util.List<Group> groups)
groups
- the groups to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |