public interface IContentTypeCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IContentTypeCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IContentTypeCollectionPage |
get() |
void |
get(ICallback<IContentTypeCollectionPage> callback) |
ContentType |
post(ContentType newContentType) |
void |
post(ContentType newContentType,
ICallback<ContentType> callback) |
IContentTypeCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IContentTypeCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IContentTypeCollectionPage> callback)
IContentTypeCollectionPage get() throws ClientException
ClientExceptionvoid post(ContentType newContentType, ICallback<ContentType> callback)
ContentType post(ContentType newContentType) throws ClientException
ClientExceptionIContentTypeCollectionRequest expand(java.lang.String value)
value - the expand clauseIContentTypeCollectionRequest select(java.lang.String value)
value - the select clauseIContentTypeCollectionRequest top(int value)
value - the max number of items to return