public interface IUserTranslateExchangeIdsCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IUserTranslateExchangeIdsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUserTranslateExchangeIdsCollectionPage |
post() |
void |
post(ICallback<IUserTranslateExchangeIdsCollectionPage> callback) |
IUserTranslateExchangeIdsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserTranslateExchangeIdsCollectionRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<IUserTranslateExchangeIdsCollectionPage> callback)
IUserTranslateExchangeIdsCollectionPage post() throws ClientException
ClientExceptionIUserTranslateExchangeIdsCollectionRequest select(java.lang.String value)
value - the select clauseIUserTranslateExchangeIdsCollectionRequest expand(java.lang.String value)
value - the expand clauseIUserTranslateExchangeIdsCollectionRequest top(int value)
value - the max number of items to return