public interface IDomainCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDomainCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDomainCollectionPage |
get() |
void |
get(ICallback<IDomainCollectionPage> callback) |
Domain |
post(Domain newDomain) |
void |
post(Domain newDomain,
ICallback<Domain> callback) |
IDomainCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDomainCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDomainCollectionPage> callback)
IDomainCollectionPage get() throws ClientException
ClientExceptionDomain post(Domain newDomain) throws ClientException
ClientExceptionIDomainCollectionRequest expand(java.lang.String value)
value - the expand clauseIDomainCollectionRequest select(java.lang.String value)
value - the select clauseIDomainCollectionRequest top(int value)
value - the max number of items to return