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