public interface IVppTokenCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IVppTokenCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IVppTokenCollectionPage |
get() |
void |
get(ICallback<IVppTokenCollectionPage> callback) |
VppToken |
post(VppToken newVppToken) |
void |
post(VppToken newVppToken,
ICallback<VppToken> callback) |
IVppTokenCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IVppTokenCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IVppTokenCollectionPage> callback)
IVppTokenCollectionPage get() throws ClientException
ClientExceptionVppToken post(VppToken newVppToken) throws ClientException
ClientExceptionIVppTokenCollectionRequest expand(java.lang.String value)
value - the expand clauseIVppTokenCollectionRequest select(java.lang.String value)
value - the select clauseIVppTokenCollectionRequest top(int value)
value - the max number of items to return