public class StitchRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StitchRequest.Builder
A builder that can build
StitchRequests. |
| Modifier and Type | Method and Description |
|---|---|
StitchRequest.Builder |
builder() |
boolean |
equals(Object object) |
byte[] |
getBody()
Returns a copy of the body that will be sent along with the request.
|
Map<String,String> |
getHeaders()
Returns the headers that will be included in the request.
|
Method |
getMethod()
Returns the HTTP method of the request.
|
String |
getPath()
Returns the Stitch API path of the request.
|
Long |
getStartedAt()
Returns when the request started at.
|
Long |
getTimeout()
Returns the number of milliseconds that the underlying transport should spend on an HTTP round
trip before failing with an error.
|
int |
hashCode() |
String |
toString() |
public StitchRequest.Builder builder()
public Method getMethod()
public String getPath()
public Long getTimeout()
public Map<String,String> getHeaders()
public byte[] getBody()
public Long getStartedAt()