public interface ISectionGroupCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ISectionGroupCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISectionGroupCollectionPage |
get() |
void |
get(ICallback<ISectionGroupCollectionPage> callback) |
SectionGroup |
post(SectionGroup newSectionGroup) |
void |
post(SectionGroup newSectionGroup,
ICallback<SectionGroup> callback) |
ISectionGroupCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISectionGroupCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ISectionGroupCollectionPage> callback)
ISectionGroupCollectionPage get() throws ClientException
ClientExceptionvoid post(SectionGroup newSectionGroup, ICallback<SectionGroup> callback)
SectionGroup post(SectionGroup newSectionGroup) throws ClientException
ClientExceptionISectionGroupCollectionRequest expand(java.lang.String value)
value - the expand clauseISectionGroupCollectionRequest select(java.lang.String value)
value - the select clauseISectionGroupCollectionRequest top(int value)
value - the max number of items to return