Uses of Class
com.docusign.esign.api.FoldersApi.ListItemsOptions
-
Packages that use FoldersApi.ListItemsOptions Package Description com.docusign.esign.api -
-
Uses of FoldersApi.ListItemsOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type FoldersApi.ListItemsOptions Modifier and Type Method Description FolderItemsResponseFoldersApi. listItems(String accountId, String folderId, FoldersApi.ListItemsOptions options)Gets a list of the envelopes in the specified folder..ApiResponse<FolderItemsResponse>FoldersApi. listItemsWithHttpInfo(String accountId, String folderId, FoldersApi.ListItemsOptions options)Gets a list of the envelopes in the specified folder.
-