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:
  • Constructor Details

    • PossiblePartMappingsResponse

      public PossiblePartMappingsResponse()
      Constructor used by JAXB
    • PossiblePartMappingsResponse

      public PossiblePartMappingsResponse(Message message, ResponseInfo responseInfo)
      Parameters:
      message -
      responseInfo -
  • Method Details

    • 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: