public final class ListSchedulesResponseReader extends java.lang.Object implements JsonObjectReader<ListAllSchedulesResponse>
| Constructor and Description |
|---|
ListSchedulesResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readCount(JsonParser jsonParser) |
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readListScheduleResponse(JsonParser jsonParser) |
void |
readNextPage(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readTotalCount(JsonParser jsonParser) |
ListAllSchedulesResponse |
validateAndBuild() |
public void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readCount(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTotalCount(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readNextPage(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readListScheduleResponse(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 ListAllSchedulesResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<ListAllSchedulesResponse>java.io.IOException