Class ConstructCategoryLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ConstructCategoryLoadResponse
- All Implemented Interfaces:
Serializable
Class representing the construct category load response.
- Author:
- plyhun
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor used by JAXBConstructCategoryLoadResponse
(Message message, ResponseInfo responseInfo) Create instance with message and responseinfo -
Method Summary
Modifier and TypeMethodDescriptionReturns the loaded construct categoryvoid
setConstruct
(ConstructCategory category) Sets the construct category for this responseMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
ConstructCategoryLoadResponse
public ConstructCategoryLoadResponse()Constructor used by JAXB -
ConstructCategoryLoadResponse
Create instance with message and responseinfo- Parameters:
message
-responseInfo
-
-
-
Method Details
-
getConstructCategory
Returns the loaded construct category- Returns:
-
setConstruct
Sets the construct category for this response- Parameters:
category
-
-