Package com.docusign.esign.api
Class BulkEnvelopesApi.GetBulkSendBatchesOptions
- java.lang.Object
-
- com.docusign.esign.api.BulkEnvelopesApi.GetBulkSendBatchesOptions
-
- Enclosing class:
- BulkEnvelopesApi
public class BulkEnvelopesApi.GetBulkSendBatchesOptions extends Object
GetBulkSendBatchesOptions Class.
-
-
Constructor Summary
Constructors Constructor Description GetBulkSendBatchesOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchIds()getBatchIds method.StringgetCount()getCount method.StringgetFromDate()getFromDate method.StringgetSearchText()getSearchText method.StringgetStartPosition()getStartPosition method.StringgetStatus()getStatus method.StringgetToDate()getToDate method.StringgetUserId()getUserId method.voidsetBatchIds(String batchIds)setBatchIds method.voidsetCount(String count)setCount method.voidsetFromDate(String fromDate)setFromDate method.voidsetSearchText(String searchText)setSearchText method.voidsetStartPosition(String startPosition)setStartPosition method.voidsetStatus(String status)setStatus method.voidsetToDate(String toDate)setToDate method.voidsetUserId(String userId)setUserId method.
-
-
-
Method Detail
-
setBatchIds
public void setBatchIds(String batchIds)
setBatchIds method.
-
getBatchIds
public String getBatchIds()
getBatchIds method.- Returns:
- String
-
setCount
public void setCount(String count)
setCount method.
-
getCount
public String getCount()
getCount method.- Returns:
- String
-
setFromDate
public void setFromDate(String fromDate)
setFromDate method.
-
getFromDate
public String getFromDate()
getFromDate method.- Returns:
- String
-
setSearchText
public void setSearchText(String searchText)
setSearchText method.
-
getSearchText
public String getSearchText()
getSearchText method.- Returns:
- String
-
setStartPosition
public void setStartPosition(String startPosition)
setStartPosition method.
-
getStartPosition
public String getStartPosition()
getStartPosition method.- Returns:
- String
-
setStatus
public void setStatus(String status)
setStatus method.
-
getStatus
public String getStatus()
getStatus method.- Returns:
- String
-
setToDate
public void setToDate(String toDate)
setToDate method.
-
getToDate
public String getToDate()
getToDate method.- Returns:
- String
-
setUserId
public void setUserId(String userId)
setUserId method.
-
getUserId
public String getUserId()
getUserId method.- Returns:
- String
-
-