Class GroupLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.GroupLoadResponse
- All Implemented Interfaces:
Serializable
Response containing a single group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty instanceGroupLoadResponse(Message message, ResponseInfo responseInfo) Create instance with message and response infoGroupLoadResponse(Message message, ResponseInfo responseInfo, Group group) Create instance with message, response info and group -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
GroupLoadResponse
public GroupLoadResponse()Create an empty instance -
GroupLoadResponse
Create instance with message and response info- Parameters:
message- messageresponseInfo- response info
-
GroupLoadResponse
Create instance with message, response info and group- Parameters:
message- messageresponseInfo- response infogroup- group
-
-
Method Details
-
setGroup
Set the group- Parameters:
group- group
-
getGroup
Get the group- Returns:
- group
-