com.gentics.contentnode.rest.model.response.migration
Class PossiblePartMappingsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.PossiblePartMappingsResponse
public class PossiblePartMappingsResponse
- extends GenericResponse
Response for possible part type mapping requests
- Author:
- johannes2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PossiblePartMappingsResponse
public PossiblePartMappingsResponse()
- Constructor used by JAXB
PossiblePartMappingsResponse
public PossiblePartMappingsResponse(Message message,
ResponseInfo responseInfo)
- Parameters:
message
- responseInfo
-
setPossibleMapping
public void setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
- Set the map of possible part types
- Parameters:
possibleMappings
-
getPossibleMappings
public Map<Integer,List<Part>> getPossibleMappings()
- Returns the map of possible parts per part id
- Returns:
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.