public interface ISchemaExtensionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ISchemaExtensionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISchemaExtensionCollectionPage |
get() |
void |
get(ICallback<ISchemaExtensionCollectionPage> callback) |
SchemaExtension |
post(SchemaExtension newSchemaExtension) |
void |
post(SchemaExtension newSchemaExtension,
ICallback<SchemaExtension> callback) |
ISchemaExtensionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISchemaExtensionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ISchemaExtensionCollectionPage> callback)
ISchemaExtensionCollectionPage get() throws ClientException
ClientExceptionvoid post(SchemaExtension newSchemaExtension, ICallback<SchemaExtension> callback)
SchemaExtension post(SchemaExtension newSchemaExtension) throws ClientException
ClientExceptionISchemaExtensionCollectionRequest expand(java.lang.String value)
value - the expand clauseISchemaExtensionCollectionRequest select(java.lang.String value)
value - the select clauseISchemaExtensionCollectionRequest top(int value)
value - the max number of items to return