Uses of Class
io.camunda.client.protocol.rest.DocumentReference
Packages that use DocumentReference
Package
Description
-
Uses of DocumentReference in io.camunda.client.impl.response
Constructors in io.camunda.client.impl.response with parameters of type DocumentReference -
Uses of DocumentReference in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.camundaDocumentType(DocumentReference.CamundaDocumentTypeEnum camundaDocumentType) DocumentReference.contentHash(String contentHash) DocumentReference.documentId(String documentId) DocumentReference.metadata(DocumentMetadata metadata) Methods in io.camunda.client.protocol.rest that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionDocumentCreationBatchResponse.getCreatedDocuments()Documents that were successfully created.Methods in io.camunda.client.protocol.rest with parameters of type DocumentReferenceModifier and TypeMethodDescriptionDocumentCreationBatchResponse.addCreatedDocumentsItem(DocumentReference createdDocumentsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type DocumentReferenceModifier and TypeMethodDescriptionDocumentCreationBatchResponse.createdDocuments(List<DocumentReference> createdDocuments) voidDocumentCreationBatchResponse.setCreatedDocuments(List<DocumentReference> createdDocuments) -
Uses of DocumentReference in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type DocumentReference