Class DocumentReferenceBatchResponseImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.DocumentReferenceBatchResponseImpl
- All Implemented Interfaces:
DocumentReferenceBatchResponse
public class DocumentReferenceBatchResponseImpl
extends Object
implements DocumentReferenceBatchResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface io.camunda.zeebe.client.api.response.DocumentReferenceBatchResponse
DocumentReferenceBatchResponse.FailedDocumentDetail -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
DocumentReferenceBatchResponseImpl
-
-
Method Details
-
isSuccessful
public boolean isSuccessful()- Specified by:
isSuccessfulin interfaceDocumentReferenceBatchResponse- Returns:
- true if all documents were successfully uploaded
-
getCreatedDocuments
- Specified by:
getCreatedDocumentsin interfaceDocumentReferenceBatchResponse- Returns:
- the documents that were successfully uploaded
-
getFailedDocuments
- Specified by:
getFailedDocumentsin interfaceDocumentReferenceBatchResponse- Returns:
- the documents that were not uploaded
-