Package | Description |
---|---|
com.clxcommunications.xms |
This package contains a Java interface for the CLX Communications XMS API.
|
Modifier and Type | Method and Description |
---|---|
GroupResult |
ApiConnection.createGroup(GroupCreate group)
Attempts to create the given group synchronously.
|
Future<GroupResult> |
ApiConnection.createGroupAsync(GroupCreate group,
FutureCallback<GroupResult> callback)
Asynchronously creates the given group.
|
GroupResult |
ApiConnection.replaceGroup(GroupId id,
GroupCreate group)
Replaces the given group.
|
Future<GroupResult> |
ApiConnection.replaceGroupAsync(GroupId id,
GroupCreate group,
FutureCallback<GroupResult> callback)
Asynchronously replaces the group with the given group ID.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.