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