public class RaveOdmClient.RaveResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.http.ResponseEntity<org.springframework.core.io.buffer.DataBuffer> |
response |
protected Long |
start |
| Constructor and Description |
|---|
RaveResponse(org.springframework.http.ResponseEntity<org.springframework.core.io.buffer.DataBuffer> r,
Long start) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getNextPage() |
Long |
getStart() |
InputStream |
getStream() |
protected org.springframework.http.ResponseEntity<org.springframework.core.io.buffer.DataBuffer> response
protected Long start
public RaveResponse(org.springframework.http.ResponseEntity<org.springframework.core.io.buffer.DataBuffer> r,
Long start)
public InputStream getStream()
public Long getNextPage()
public Long getStart()
Copyright © 2024. All rights reserved.