Class DocumentList

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.language_translator.v3.model.DocumentList
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class DocumentList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DocumentList.
  • Constructor Summary

    Constructors
    Constructor Description
    DocumentList()  
  • Method Summary

    Modifier and Type Method Description
    List<DocumentStatus> getDocuments()
    Gets the documents.

    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

    • DocumentList

      public DocumentList()
  • Method Details

    • getDocuments

      public List<DocumentStatus> getDocuments()
      Gets the documents.

      An array of all previously submitted documents.

      Returns:
      the documents