public class PartialPushPayloadReader extends java.lang.Object implements JsonObjectReader<PartialPushPayload>
| Constructor and Description |
|---|
PartialPushPayloadReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readInApp(JsonParser jsonParser) |
void |
readNotification(JsonParser jsonParser) |
void |
readPushOptions(JsonParser jsonParser) |
void |
readRichPushMessage(JsonParser jsonParser) |
PartialPushPayload |
validateAndBuild() |
public void readNotification(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPushOptions(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readRichPushMessage(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readInApp(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic PartialPushPayload validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<PartialPushPayload>java.io.IOException