Class MigrationJobItemsResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationJobItemsResponse
All Implemented Interfaces:
Serializable

public class MigrationJobItemsResponse extends GenericResponse
Response to requests for fetching jobitems. A MigrationJobItemsResponse object contains a list of objects that have been handled by the migration job.
Author:
johannes2
See Also:
  • Constructor Details

    • MigrationJobItemsResponse

      public MigrationJobItemsResponse()
      Constructor used by JAXB
    • MigrationJobItemsResponse

      public MigrationJobItemsResponse(Message message, ResponseInfo responseInfo)
      Create an empty MigrationJobItemsResponse
      Parameters:
      message -
      responseInfo -
  • Method Details