@Value.Immutable public abstract class AutoUpdate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoUpdate.Builder
A builder of auto update descriptions.
|
| Constructor and Description |
|---|
AutoUpdate() |
| Modifier and Type | Method and Description |
|---|---|
abstract KeywordPair |
add()
The keyword trigger used to add a member.
|
static AutoUpdate.Builder |
builder()
Creates a builder of
AutoUpdate instances. |
abstract String |
recipient()
An MSISDN or short code.
|
abstract KeywordPair |
remove()
The keyword trigger used to remove a member.
|
@Nonnull public static final AutoUpdate.Builder builder()
AutoUpdate instances.public abstract String recipient()
@Nullable public abstract KeywordPair add()
@Nullable public abstract KeywordPair remove()
Copyright © 2016–2019 CLX Communications. All rights reserved.