| Modifier and Type | Class and Description |
|---|---|
static class |
SMS.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SMS |
content(long tempId,
int delayTime) |
static SMS |
content(java.lang.String content,
int delayTime)
Deprecated.
|
static SMS.Builder |
newBuilder() |
com.google.gson.JsonElement |
toJSON() |
public static SMS.Builder newBuilder()
@Deprecated public static SMS content(java.lang.String content, int delayTime)
content - The SMS content.delayTime - The seconds you want to delay, should be greater than or equal to 0.public static SMS content(long tempId, int delayTime)
Copyright © 2018. All Rights Reserved.