|
||||||||||
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.migration.MigrationPartsResponse
public class MigrationPartsResponse
Response to request to load parts for a given tag
Constructor Summary | |
---|---|
MigrationPartsResponse()
Constructor used by JAXB |
|
MigrationPartsResponse(Message message,
ResponseInfo responseInfo)
Create an instance of the response with single message and response info |
Method Summary | |
---|---|
List<Part> |
getParts()
Returns the list of parts for this response |
void |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationPartsResponse()
public MigrationPartsResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public List<Part> getParts()
public void setParts(List<Part> parts)
parts
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |