*** This class provides Binary Compatibility only, not Source Compatibility ***

Class DAVProfile

java.lang.Object
All Implemented Interfaces:
AttributesInterface, DAVEntityInterface, DAVFolderInterface, Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class DAVProfile extends DAVFolder
DAVProfile is a DAV Folder that represents a user profile. Profiles can contain other profiles and this is the reason that it extends DAVFolder. Profiles (sub folders and properties can be manipulated using the folder interfaces.

See Also:
  • Constructor Details

    • DAVProfile

      public DAVProfile(RepositoryInterface repos, String reposId)
      Creates a new DAVProfile for the entity with a repository id reposId in the repository repos
    • DAVProfile

      public DAVProfile(RepositoryData entity)
      Creates a new DAVProfile from the information in the entity