public class SendNotificationRequestJsonBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SendNotificationRequestJsonBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(java.lang.Object object) |
protected void |
attr(java.lang.String key) |
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,
java.lang.Object value) |
protected void |
firstField(java.lang.String key,
java.lang.Object value) |
protected void |
indent() |
protected void |
links(java.util.List<NotificationLink> links) |
protected void |
newLine() |
protected void |
nextElement() |
protected void |
quote() |
java.lang.String |
toJson(SendNotificationRequest request,
SendNotificationRequest.Status status) |
protected void |
traits(java.util.Map<java.lang.String,java.lang.String> traitMap) |
protected void |
value(java.lang.Object object) |
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.Object value)
protected void field(java.lang.String key,
java.lang.Object value)
protected void attr(java.lang.String key)
protected void value(java.lang.Object object)
protected void quote()
protected void indent()
protected void newLine()
protected void append(java.lang.Object object)