@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AccountSharedAccess extends Object
| 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()
public void setAccountId(String accountId)
public String getEndPosition()
public void setEndPosition(String endPosition)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getNextUri()
public void setNextUri(String nextUri)
public String getPreviousUri()
public void setPreviousUri(String previousUri)
public String getResultSetSize()
public void setResultSetSize(String resultSetSize)
public List<MemberSharedItems> getSharedAccess()
public void setSharedAccess(List<MemberSharedItems> sharedAccess)
public String getStartPosition()
public void setStartPosition(String startPosition)
public String getTotalSetSize()
public void setTotalSetSize(String totalSetSize)
Copyright © 2017. All rights reserved.