Interface DocumentReferenceBatchResponse
- All Known Implementing Classes:
DocumentReferenceBatchResponseImpl
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.booleanDeprecated.
-
Method Details
-
isSuccessful
boolean isSuccessful()Deprecated.- Returns:
- true if all documents were successfully uploaded
-
getCreatedDocuments
List<DocumentReferenceResponse> getCreatedDocuments()Deprecated.- Returns:
- the documents that were successfully uploaded
-
getFailedDocuments
List<DocumentReferenceBatchResponse.FailedDocumentDetail> getFailedDocuments()Deprecated.- Returns:
- the documents that were not uploaded
-
DocumentReferenceBatchResponse