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