public class RegisterEmailChannelResponseReader extends java.lang.Object implements JsonObjectReader<EmailChannelResponse>
| Constructor and Description |
|---|
RegisterEmailChannelResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readChannelId(JsonParser jsonParser) |
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
EmailChannelResponse |
validateAndBuild() |
public void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readChannelId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readError(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readErrorDetails(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic EmailChannelResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<EmailChannelResponse>java.io.IOException