Package com.docusign.esign.api
Class AccountsApi.ListSharedAccessOptions
- java.lang.Object
-
- com.docusign.esign.api.AccountsApi.ListSharedAccessOptions
-
- Enclosing class:
- AccountsApi
public class AccountsApi.ListSharedAccessOptions extends Object
ListSharedAccessOptions Class.
-
-
Constructor Summary
Constructors Constructor Description ListSharedAccessOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCount()getCount method.StringgetEnvelopesNotSharedUserStatus()getEnvelopesNotSharedUserStatus method.StringgetFolderIds()getFolderIds method.StringgetItemType()getItemType method.StringgetSearchText()getSearchText method.StringgetShared()getShared method.StringgetStartPosition()getStartPosition method.StringgetUserIds()getUserIds method.voidsetCount(String count)setCount method.voidsetEnvelopesNotSharedUserStatus(String envelopesNotSharedUserStatus)setEnvelopesNotSharedUserStatus method.voidsetFolderIds(String folderIds)setFolderIds method.voidsetItemType(String itemType)setItemType method.voidsetSearchText(String searchText)setSearchText method.voidsetShared(String shared)setShared method.voidsetStartPosition(String startPosition)setStartPosition method.voidsetUserIds(String userIds)setUserIds method.
-
-
-
Method Detail
-
setCount
public void setCount(String count)
setCount method.
-
getCount
public String getCount()
getCount method.- Returns:
- String
-
setEnvelopesNotSharedUserStatus
public void setEnvelopesNotSharedUserStatus(String envelopesNotSharedUserStatus)
setEnvelopesNotSharedUserStatus method.
-
getEnvelopesNotSharedUserStatus
public String getEnvelopesNotSharedUserStatus()
getEnvelopesNotSharedUserStatus method.- Returns:
- String
-
setFolderIds
public void setFolderIds(String folderIds)
setFolderIds method.
-
getFolderIds
public String getFolderIds()
getFolderIds method.- Returns:
- String
-
setItemType
public void setItemType(String itemType)
setItemType method.
-
getItemType
public String getItemType()
getItemType method.- Returns:
- String
-
setSearchText
public void setSearchText(String searchText)
setSearchText method.
-
getSearchText
public String getSearchText()
getSearchText method.- Returns:
- String
-
setShared
public void setShared(String shared)
setShared method.
-
getShared
public String getShared()
getShared method.- Returns:
- String
-
setStartPosition
public void setStartPosition(String startPosition)
setStartPosition method.
-
getStartPosition
public String getStartPosition()
getStartPosition method.- Returns:
- String
-
setUserIds
public void setUserIds(String userIds)
setUserIds method.
-
getUserIds
public String getUserIds()
getUserIds method.- Returns:
- String
-
-