T
- the body typepublic static class RequestEntity.UriTemplateRequestEntity<T> extends RequestEntity<T>
URI
.RequestEntity.BodyBuilder, RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>, RequestEntity.UriTemplateRequestEntity<T>
EMPTY
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getUriTemplate() |
Object[] |
getVars() |
Map<String,?> |
getVarsMap() |
int |
hashCode() |
String |
toString() |
delete, delete, get, get, getMethod, getType, getUrl, head, head, method, method, method, options, options, patch, patch, post, post, put, put
getBody, getHeaders, hasBody
public String getUriTemplate()
public boolean equals(@Nullable Object other)
equals
in class RequestEntity<T>
public int hashCode()
hashCode
in class RequestEntity<T>
public String toString()
toString
in class RequestEntity<T>