public interface IApplicationTemplateCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IApplicationTemplateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IApplicationTemplateCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IApplicationTemplateCollectionPage |
get() |
void |
get(ICallback<? super IApplicationTemplateCollectionPage> callback) |
IApplicationTemplateCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ApplicationTemplate |
post(ApplicationTemplate newApplicationTemplate) |
void |
post(ApplicationTemplate newApplicationTemplate,
ICallback<? super ApplicationTemplate> callback) |
IApplicationTemplateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IApplicationTemplateCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IApplicationTemplateCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IApplicationTemplateCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IApplicationTemplateCollectionPage> callback)
IApplicationTemplateCollectionPage get() throws ClientException
ClientExceptionvoid post(ApplicationTemplate newApplicationTemplate, ICallback<? super ApplicationTemplate> callback)
ApplicationTemplate post(ApplicationTemplate newApplicationTemplate) throws ClientException
ClientExceptionIApplicationTemplateCollectionRequest expand(java.lang.String value)
value - the expand clauseIApplicationTemplateCollectionRequest filter(java.lang.String value)
value - the filter clauseIApplicationTemplateCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIApplicationTemplateCollectionRequest select(java.lang.String value)
value - the select clauseIApplicationTemplateCollectionRequest top(int value)
value - the max number of items to returnIApplicationTemplateCollectionRequest skip(int value)
value - of the number of items to skipIApplicationTemplateCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination