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 |
---|---|
static GroupUpdate.Builder |
ClxApi.groupUpdate()
Returns a freshly created builder of group updates.
|
Modifier and Type | Method and Description |
---|---|
GroupUpdate.Builder |
GroupUpdate.Builder.autoUpdate(AutoUpdate autoUpdate)
Updates the group auto update to the one given.
|
static GroupUpdate.Builder |
GroupUpdate.builder()
Creates a builder of
GroupUpdate instances. |
GroupUpdate.Builder |
GroupUpdate.Builder.name(String name)
Updates the group name to the given name.
|
GroupUpdate.Builder |
GroupUpdate.Builder.unsetAutoUpdate()
Unsets the group auto update setting.
|
GroupUpdate.Builder |
GroupUpdate.Builder.unsetName()
Unsets the name of the group.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.