public interface ResponseEntity
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getHistories()
Get the properties in the response XML element.
|
java.lang.String |
getHref()
Get the href string in the response XML element.
|
java.util.Enumeration |
getProperties()
Get the properties in the response XML element.
|
int |
getStatusCode()
Get the status code for use with 207 (Multi-Status).
|
java.util.Enumeration |
getWorkspaces()
Get the properties in the response XML element.
|
java.lang.String getHref()
int getStatusCode()
java.util.Enumeration getProperties()
java.util.Enumeration getHistories()
java.util.Enumeration getWorkspaces()