org.apache.webdav.lib
Class Subscription
java.lang.Object
org.apache.webdav.lib.Subscription
public class Subscription
extends java.lang.Object
Object that holds information about a single WebDAV subscription.
Subscription(String path, int id, String callback, long lifetime, String contentLocation, String notificationType)
|
DELETE_NOTIFICATION
public static final String DELETE_NOTIFICATION
MOVE_NOTIFICATION
public static final String MOVE_NOTIFICATION
NEW_MEMBER_NOTIFICATION
public static final String NEW_MEMBER_NOTIFICATION
UPDATE_NOTIFICATION
public static final String UPDATE_NOTIFICATION
Subscription
public Subscription(String path,
int id,
String callback,
long lifetime,
String contentLocation,
String notificationType)
getCallback
public String getCallback()
getContentLocation
public String getContentLocation()
getLifetime
public long getLifetime()
getNotificationType
public String getNotificationType()
getPath
public String getPath()