public interface ILicenseDetailsCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ILicenseDetailsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ILicenseDetailsCollectionPage |
get() |
void |
get(ICallback<ILicenseDetailsCollectionPage> callback) |
LicenseDetails |
post(LicenseDetails newLicenseDetails) |
void |
post(LicenseDetails newLicenseDetails,
ICallback<LicenseDetails> callback) |
ILicenseDetailsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ILicenseDetailsCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ILicenseDetailsCollectionPage> callback)
ILicenseDetailsCollectionPage get() throws ClientException
ClientExceptionvoid post(LicenseDetails newLicenseDetails, ICallback<LicenseDetails> callback)
LicenseDetails post(LicenseDetails newLicenseDetails) throws ClientException
ClientExceptionILicenseDetailsCollectionRequest expand(java.lang.String value)
value - the expand clauseILicenseDetailsCollectionRequest select(java.lang.String value)
value - the select clauseILicenseDetailsCollectionRequest top(int value)
value - the max number of items to return