public interface ITeamsTabCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamsTabCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsTabCollectionPage |
get() |
void |
get(ICallback<ITeamsTabCollectionPage> callback) |
TeamsTab |
post(TeamsTab newTeamsTab) |
void |
post(TeamsTab newTeamsTab,
ICallback<TeamsTab> callback) |
ITeamsTabCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsTabCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITeamsTabCollectionPage> callback)
ITeamsTabCollectionPage get() throws ClientException
ClientExceptionTeamsTab post(TeamsTab newTeamsTab) throws ClientException
ClientExceptionITeamsTabCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamsTabCollectionRequest select(java.lang.String value)
value - the select clauseITeamsTabCollectionRequest top(int value)
value - the max number of items to return