public final class ScheduleResponseReader extends java.lang.Object implements JsonObjectReader<ScheduleResponse>
| Constructor and Description |
|---|
ScheduleResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readOperationId(JsonParser jsonParser) |
void |
readScheduleIds(JsonParser jsonParser) |
void |
readSchedulePayloads(JsonParser jsonParser) |
void |
readScheduleUrls(JsonParser jsonParser) |
ScheduleResponse |
validateAndBuild() |
public void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readOperationId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readScheduleUrls(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readScheduleIds(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readSchedulePayloads(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 ScheduleResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<ScheduleResponse>java.io.IOException