Class GetPublishedDataFeedPartsResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.foundation.bf.extraction.feed.sync.GetPublishedDataFeedPartsResponseDTO
Response (result) for
IDataFeedBF.getPublishedDataFeedParts(GetPublishedDataFeedPartsRequestDTO).-
Field Summary
FieldsModifier and TypeFieldDescriptiontrueif the synchronization is complete and currently no further published data feed parts are available.Zero or onePublishedDataFeedPartDTO.
Since a data feed part can be large a maximum of one part is returned per request.Synchronization ID for for acknowledging.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
publishedFeedParts
Zero or onePublishedDataFeedPartDTO.
Since a data feed part can be large a maximum of one part is returned per request. -
syncId
Synchronization ID for for acknowledging.Use this syncId in subsequent calls to
IDataFeedBF.acknowledgePublishedDataFeedParts(AcknowledgePublishedDataFeedPartsRequestDTO)to acknowledge the processing of the published data feed parts.This syncId may be null if no published data feed parts were found to synchronize. In this case no call to
IDataFeedBF.acknowledgePublishedDataFeedParts(AcknowledgePublishedDataFeedPartsRequestDTO)is necessary.length=20
-
isComplete
trueif the synchronization is complete and currently no further published data feed parts are available.
-
-
Constructor Details
-
GetPublishedDataFeedPartsResponseDTO
public GetPublishedDataFeedPartsResponseDTO()
-