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()
PossiblePartMappingsResponse
public PossiblePartMappingsResponse(Message message,
ResponseInfo responseInfo)
setPossibleMapping
public void setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
getPossibleMappings
public Map<Integer,List<Part>> getPossibleMappings()
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.