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