Class MigrationPartsResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.migration.MigrationPartsResponse
-
- All Implemented Interfaces:
Serializable
public class MigrationPartsResponse extends GenericResponse
Response to request to load parts for a given tag- Author:
- Taylor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MigrationPartsResponse()
Constructor used by JAXBMigrationPartsResponse(Message message, ResponseInfo responseInfo)
Create an instance of the response with single message and response info
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Part>
getParts()
Returns the list of parts for this responsevoid
setParts(List<Part> parts)
Sets the list of parts for this reponse-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
MigrationPartsResponse
public MigrationPartsResponse()
Constructor used by JAXB
-
MigrationPartsResponse
public MigrationPartsResponse(Message message, ResponseInfo responseInfo)
Create an instance of the response with single message and response info- Parameters:
message
- messageresponseInfo
- response info
-
-