@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AccountSharedAccess extends Object
Contains shared access information.
| Constructor and Description |
|---|
AccountSharedAccess() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId()
The account ID associated with the envelope.
|
String |
getEndPosition()
The last position in the result set.
|
ErrorDetails |
getErrorDetails() |
String |
getNextUri()
The URI to the next chunk of records based on the search request.
|
String |
getPreviousUri()
The postal code for the billing address.
|
String |
getResultSetSize()
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.
|
String |
getStartPosition()
Starting position of the current result set.
|
String |
getTotalSetSize()
The total number of items available in the result set.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setEndPosition(String endPosition) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setNextUri(String nextUri) |
void |
setPreviousUri(String previousUri) |
void |
setResultSetSize(String resultSetSize) |
void |
setSharedAccess(List<MemberSharedItems> sharedAccess) |
void |
setStartPosition(String startPosition) |
void |
setTotalSetSize(String totalSetSize) |
String |
toString() |
public String getAccountId()
The account ID associated with the envelope.
public void setAccountId(String accountId)
public String getEndPosition()
The last position in the result set.
public void setEndPosition(String endPosition)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
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.
public void setNextUri(String nextUri)
public String getPreviousUri()
The postal code for the billing address.
public void setPreviousUri(String previousUri)
public String getResultSetSize()
The number of results returned in this response.
public void setResultSetSize(String resultSetSize)
public List<MemberSharedItems> getSharedAccess()
A complex type containing the shared access information to an envelope for the users specified in the request.
public void setSharedAccess(List<MemberSharedItems> sharedAccess)
public String getStartPosition()
Starting position of the current result set.
public void setStartPosition(String startPosition)
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.
public void setTotalSetSize(String totalSetSize)
Copyright © 2017. All Rights Reserved.