Class PossiblePartMappingsResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.migration.PossiblePartMappingsResponse
-
- All Implemented Interfaces:
Serializable
public class PossiblePartMappingsResponse extends GenericResponse
Response for possible part type mapping requests- Author:
- johannes2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PossiblePartMappingsResponse()
Constructor used by JAXBPossiblePartMappingsResponse(Message message, ResponseInfo responseInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,List<Part>>
getPossibleMappings()
Returns the map of possible parts per part idvoid
setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
Set the map of possible part types-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
PossiblePartMappingsResponse
public PossiblePartMappingsResponse()
Constructor used by JAXB
-
PossiblePartMappingsResponse
public PossiblePartMappingsResponse(Message message, ResponseInfo responseInfo)
- Parameters:
message
-responseInfo
-
-
-