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 class
Nested 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:
isSuccessful
in interfaceDocumentReferenceBatchResponse
- Returns:
- true if all documents were successfully uploaded
-
getCreatedDocuments
- Specified by:
getCreatedDocuments
in interfaceDocumentReferenceBatchResponse
- Returns:
- the documents that were successfully uploaded
-
getFailedDocuments
- Specified by:
getFailedDocuments
in interfaceDocumentReferenceBatchResponse
- Returns:
- the documents that were not uploaded
-