Package | Description |
---|---|
com.ciscowebex.androidsdk.space |
Modifier and Type | Method and Description |
---|---|
static SpaceClient.SortBy |
SpaceClient.SortBy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpaceClient.SortBy[] |
SpaceClient.SortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceClient.list(java.lang.String teamId,
int max,
Space.SpaceType type,
SpaceClient.SortBy sortBy,
CompletionHandler<java.util.List<Space>> handler)
Lists all spaces where the authenticated user belongs.
|