Package | Description |
---|---|
com.clxcommunications.xms |
This package contains a Java interface for the CLX Communications XMS API.
|
com.clxcommunications.xms.api |
A collection of classes that represent objects sent and received from the XMS
REST API.
|
Modifier and Type | Method and Description |
---|---|
GroupResult |
ApiConnection.createGroup(GroupCreate group)
Attempts to create the given group synchronously.
|
GroupResult |
ApiConnection.fetchGroup(GroupId id)
Attempts to fetch the given group.
|
GroupResult |
ApiConnection.replaceGroup(GroupId id,
GroupCreate group)
Replaces the given group.
|
GroupResult |
ApiConnection.updateGroup(GroupId id,
GroupUpdate group)
Updates the given group.
|
Modifier and Type | Method and Description |
---|---|
Future<GroupResult> |
ApiConnection.createGroupAsync(GroupCreate group,
FutureCallback<GroupResult> callback)
Asynchronously creates the given group.
|
Future<GroupResult> |
ApiConnection.fetchGroupAsync(GroupId id,
FutureCallback<GroupResult> callback)
Asynchronously fetches the given group.
|
PagedFetcher<GroupResult> |
ApiConnection.fetchGroups(GroupFilter filter)
Creates a page fetcher to retrieve a paged list of groups.
|
Future<GroupResult> |
ApiConnection.replaceGroupAsync(GroupId id,
GroupCreate group,
FutureCallback<GroupResult> callback)
Asynchronously replaces the group with the given group ID.
|
Future<GroupResult> |
ApiConnection.updateGroupAsync(GroupId id,
GroupUpdate group,
FutureCallback<GroupResult> callback)
Asynchronously updates the group with the given group ID.
|
Modifier and Type | Method and Description |
---|---|
Future<GroupResult> |
ApiConnection.createGroupAsync(GroupCreate group,
FutureCallback<GroupResult> callback)
Asynchronously creates the given group.
|
Future<GroupResult> |
ApiConnection.fetchGroupAsync(GroupId id,
FutureCallback<GroupResult> callback)
Asynchronously fetches the given group.
|
Future<GroupResult> |
ApiConnection.replaceGroupAsync(GroupId id,
GroupCreate group,
FutureCallback<GroupResult> callback)
Asynchronously replaces the group with the given group ID.
|
Future<GroupResult> |
ApiConnection.updateGroupAsync(GroupId id,
GroupUpdate group,
FutureCallback<GroupResult> callback)
Asynchronously updates the group with the given group ID.
|
Modifier and Type | Method and Description |
---|---|
abstract List<GroupResult> |
PagedGroupResult.content() |
Copyright © 2016–2019 CLX Communications. All rights reserved.