Package io.milton.resource
Interface DisplayNameResource
-
- All Superinterfaces:
PropFindableResource,Resource
public interface DisplayNameResource extends PropFindableResource
Implement for resources that want to be able to update their display names Note that most webdav clients do not use displayname, but it is used for calendars and addressbooks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()voidsetDisplayName(String s)-
Methods inherited from interface io.milton.resource.PropFindableResource
getCreateDate
-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-