public final class ItemResponse extends Response
Constructor and Description |
---|
ItemResponse(String itemPath,
WebDavStatus status,
String href,
String responseDescription)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getHrefs()
Hrefs included in the response.
|
WebDavStatus |
getStatus()
Gets the response for the item.
|
getItemPath, getResponseDescription
public ItemResponse(String itemPath, WebDavStatus status, String href, String responseDescription)
itemPath
- Path of the item in the hierarchy tree.status
- WebDAV response for the item.href
- Href to be included in the response.responseDescription
- Description of the response.public WebDavStatus getStatus()
Copyright © ITHit. All Rights Reserved.