public interface ITeamCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamCollectionPage |
get() |
void |
get(ICallback<ITeamCollectionPage> callback) |
Team |
post(Team newTeam) |
void |
post(Team newTeam,
ICallback<Team> callback) |
ITeamCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITeamCollectionPage> callback)
ITeamCollectionPage get() throws ClientException
ClientExceptionTeam post(Team newTeam) throws ClientException
ClientExceptionITeamCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamCollectionRequest select(java.lang.String value)
value - the select clauseITeamCollectionRequest top(int value)
value - the max number of items to return