Package io.camunda.client.api.response
Interface DocumentReferenceBatchResponse
- All Known Implementing Classes:
DocumentReferenceBatchResponseImpl
public interface DocumentReferenceBatchResponse
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isSuccessful
boolean isSuccessful()- Returns:
- true if all documents were successfully uploaded
-
getCreatedDocuments
List<DocumentReferenceResponse> getCreatedDocuments()- Returns:
- the documents that were successfully uploaded
-
getFailedDocuments
List<DocumentReferenceBatchResponse.FailedDocumentDetail> getFailedDocuments()- Returns:
- the documents that were not uploaded
-