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 Detail

      • getDisplayName

        String getDisplayName()
      • setDisplayName

        void setDisplayName​(String s)