Package com.docusign.esign.model
Class AccountSharedAccess
- java.lang.Object
-
- com.docusign.esign.model.AccountSharedAccess
-
- All Implemented Interfaces:
Serializable
public class AccountSharedAccess extends Object implements Serializable
Contains shared access information..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountSharedAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountSharedAccessaccountId(String accountId)accountId.AccountSharedAccessaddSharedAccessItem(MemberSharedItems sharedAccessItem)addSharedAccessItem.AccountSharedAccessendPosition(String endPosition)endPosition.booleanequals(Object o)Compares objects.AccountSharedAccesserrorDetails(ErrorDetails errorDetails)errorDetails.StringgetAccountId()The account ID associated with the envelope..StringgetEndPosition()The last position in the result set.ErrorDetailsgetErrorDetails()Array or errors..StringgetNextUri()The URI to the next chunk of records based on the search request.StringgetPreviousUri()The postal code for the billing address..StringgetResultSetSize()The number of results returned in this response.List<MemberSharedItems>getSharedAccess()A complex type containing the shared access information to an envelope for the users specified in the request..StringgetStartPosition()Starting position of the current result set..StringgetTotalSetSize()The total number of items available in the result set.inthashCode()Returns the HashCode.AccountSharedAccessnextUri(String nextUri)nextUri.AccountSharedAccesspreviousUri(String previousUri)previousUri.AccountSharedAccessresultSetSize(String resultSetSize)resultSetSize.voidsetAccountId(String accountId)setAccountId.voidsetEndPosition(String endPosition)setEndPosition.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetNextUri(String nextUri)setNextUri.voidsetPreviousUri(String previousUri)setPreviousUri.voidsetResultSetSize(String resultSetSize)setResultSetSize.voidsetSharedAccess(List<MemberSharedItems> sharedAccess)setSharedAccess.voidsetStartPosition(String startPosition)setStartPosition.voidsetTotalSetSize(String totalSetSize)setTotalSetSize.AccountSharedAccesssharedAccess(List<MemberSharedItems> sharedAccess)sharedAccess.AccountSharedAccessstartPosition(String startPosition)startPosition.StringtoString()Converts the given object to string.AccountSharedAccesstotalSetSize(String totalSetSize)totalSetSize.
-
-
-
Method Detail
-
accountId
public AccountSharedAccess accountId(String accountId)
accountId.- Returns:
- AccountSharedAccess
-
getAccountId
public String getAccountId()
The account ID associated with the envelope..- Returns:
- accountId
-
setAccountId
public void setAccountId(String accountId)
setAccountId.
-
endPosition
public AccountSharedAccess endPosition(String endPosition)
endPosition.- Returns:
- AccountSharedAccess
-
getEndPosition
public String getEndPosition()
The last position in the result set. .- Returns:
- endPosition
-
setEndPosition
public void setEndPosition(String endPosition)
setEndPosition.
-
errorDetails
public AccountSharedAccess errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- AccountSharedAccess
-
getErrorDetails
public ErrorDetails getErrorDetails()
Array or errors..- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
nextUri
public AccountSharedAccess nextUri(String nextUri)
nextUri.- Returns:
- AccountSharedAccess
-
getNextUri
public String getNextUri()
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .- Returns:
- nextUri
-
setNextUri
public void setNextUri(String nextUri)
setNextUri.
-
previousUri
public AccountSharedAccess previousUri(String previousUri)
previousUri.- Returns:
- AccountSharedAccess
-
getPreviousUri
public String getPreviousUri()
The postal code for the billing address..- Returns:
- previousUri
-
setPreviousUri
public void setPreviousUri(String previousUri)
setPreviousUri.
-
resultSetSize
public AccountSharedAccess resultSetSize(String resultSetSize)
resultSetSize.- Returns:
- AccountSharedAccess
-
getResultSetSize
public String getResultSetSize()
The number of results returned in this response. .- Returns:
- resultSetSize
-
setResultSetSize
public void setResultSetSize(String resultSetSize)
setResultSetSize.
-
sharedAccess
public AccountSharedAccess sharedAccess(List<MemberSharedItems> sharedAccess)
sharedAccess.- Returns:
- AccountSharedAccess
-
addSharedAccessItem
public AccountSharedAccess addSharedAccessItem(MemberSharedItems sharedAccessItem)
addSharedAccessItem.- Returns:
- AccountSharedAccess
-
getSharedAccess
public List<MemberSharedItems> getSharedAccess()
A complex type containing the shared access information to an envelope for the users specified in the request..- Returns:
- sharedAccess
-
setSharedAccess
public void setSharedAccess(List<MemberSharedItems> sharedAccess)
setSharedAccess.
-
startPosition
public AccountSharedAccess startPosition(String startPosition)
startPosition.- Returns:
- AccountSharedAccess
-
getStartPosition
public String getStartPosition()
Starting position of the current result set..- Returns:
- startPosition
-
setStartPosition
public void setStartPosition(String startPosition)
setStartPosition.
-
totalSetSize
public AccountSharedAccess totalSetSize(String totalSetSize)
totalSetSize.- Returns:
- AccountSharedAccess
-
getTotalSetSize
public String getTotalSetSize()
The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response..- Returns:
- totalSetSize
-
setTotalSetSize
public void setTotalSetSize(String totalSetSize)
setTotalSetSize.
-
equals
public boolean equals(Object o)
Compares objects.
-
-