Package com.ibm.cloud.cloudant.v1.model
Class BulkGetResultItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.BulkGetResultItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BulkGetResultItem extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for the document revisions information from a bulk get operation.
-
-
Constructor Summary
Constructors Constructor Description BulkGetResultItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BulkGetResultDocument>
getDocs()
Gets the docs.String
getId()
Gets the id.
-
-
-
Method Detail
-
getDocs
public List<BulkGetResultDocument> getDocs()
Gets the docs. Array of document revisions or error information.- Returns:
- the docs
-
getId
public String getId()
Gets the id. Schema for a document ID.- Returns:
- the id
-
-