AclReportMethod
, LockMethod
, PropFindMethod
, ReportMethod
, SubscribeMethod
, VersionControlMethod
public interface DepthSupport
Modifier and Type | Field | Description |
---|---|---|
static int |
DEPTH_0 |
Request with depth 0.
|
static int |
DEPTH_1 |
Request with depth 1.
|
static int |
DEPTH_INFINITY |
Request with depth infinity.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getDepth() |
Depth getter.
|
void |
setDepth(int depth) |
Depth setter.
|
static final int DEPTH_0
static final int DEPTH_1
static final int DEPTH_INFINITY