Package | Description |
---|---|
com.ciscospark.androidsdk.team |
Modifier and Type | Method and Description |
---|---|
void |
TeamClient.create(java.lang.String name,
CompletionHandler<Team> handler)
Creates a team.
|
void |
TeamClient.get(java.lang.String teamId,
CompletionHandler<Team> handler)
Retrieves the details for a team by id.
|
void |
TeamClient.list(int max,
CompletionHandler<java.util.List<Team>> handler)
Lists teams to which the authenticated user belongs.
|
void |
TeamClient.update(java.lang.String teamId,
java.lang.String name,
CompletionHandler<Team> handler)
Updates the details for a team by id.
|