Class PartResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.PartResponse
-
- All Implemented Interfaces:
Serializable
public class PartResponse extends GenericResponse
Construct part response entity- Author:
- plyhun
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartResponse()
JAXB constructorPartResponse(Message message, ResponseInfo responseInfo)
Create instance with message and responseinfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Part
getPart()
void
setPart(Part part)
-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
PartResponse
public PartResponse()
JAXB constructor
-
PartResponse
public PartResponse(Message message, ResponseInfo responseInfo)
Create instance with message and responseinfo- Parameters:
message
-responseInfo
-
-
-