Class BulkGetResult

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.BulkGetResult
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class BulkGetResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for the results object of a bulk get operation.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the results.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BulkGetResult

      public BulkGetResult()
  • Method Details

    • getResults

      public List<BulkGetResultItem> getResults()
      Gets the results. Results.
      Returns:
      the results