public class SendNotificationRequestJsonBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SendNotificationRequestJsonBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beginArray() |
protected void |
beginObject() |
protected void |
endArray() |
protected void |
endObject() |
protected void |
exceptionInfo(boolean first,
NotificationExceptionInfo exInfo) |
protected void |
field(java.lang.String key,
int value) |
protected void |
field(java.lang.String key,
java.lang.String value) |
protected void |
firstField(java.lang.String key,
java.lang.String value) |
protected void |
links(java.util.List<NotificationLink> links) |
protected void |
nextElement() |
java.lang.String |
toJson(SendNotificationRequest request,
SendNotificationRequest.Status status) |
protected void |
traits(java.util.Map<java.lang.String,java.lang.String> traitMap) |
public java.lang.String toJson(SendNotificationRequest request, SendNotificationRequest.Status status)
protected void traits(java.util.Map<java.lang.String,java.lang.String> traitMap)
protected void links(java.util.List<NotificationLink> links)
protected void exceptionInfo(boolean first,
NotificationExceptionInfo exInfo)
protected void beginObject()
protected void endObject()
protected void beginArray()
protected void nextElement()
protected void endArray()
protected void firstField(java.lang.String key,
java.lang.String value)
protected void field(java.lang.String key,
java.lang.String value)
protected void field(java.lang.String key,
int value)