Uses of Class
com.ibm.cloud.cloudant.v1.model.DocumentResult
Packages that use DocumentResult
-
Uses of DocumentResult in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 that return types with arguments of type DocumentResultModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.deleteAttachment(DeleteAttachmentOptions deleteAttachmentOptions) Delete an attachment.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.deleteDesignDocument(DeleteDesignDocumentOptions deleteDesignDocumentOptions) Delete a design document.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.deleteDocument(DeleteDocumentOptions deleteDocumentOptions) Delete a document.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.deleteLocalDocument(DeleteLocalDocumentOptions deleteLocalDocumentOptions) Delete a local document.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.deleteReplicationDocument(DeleteReplicationDocumentOptions deleteReplicationDocumentOptions) Cancel a replication.com.ibm.cloud.sdk.core.http.ServiceCall<List<DocumentResult>>Cloudant.postBulkDocs(PostBulkDocsOptions postBulkDocsOptions) Bulk modify multiple documents in a database.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.postDocument(PostDocumentOptions postDocumentOptions) Create or modify a document in a database.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.putAttachment(PutAttachmentOptions putAttachmentOptions) Create or modify an attachment.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.putDesignDocument(PutDesignDocumentOptions putDesignDocumentOptions) Create or modify a design document.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.putDocument(PutDocumentOptions putDocumentOptions) Create or modify a document.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.putLocalDocument(PutLocalDocumentOptions putLocalDocumentOptions) Create or modify a local document.com.ibm.cloud.sdk.core.http.ServiceCall<DocumentResult>Cloudant.putReplicationDocument(PutReplicationDocumentOptions putReplicationDocumentOptions) Create or modify a replication using a replication document. -
Uses of DocumentResult in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return DocumentResult