Package com.axemble.vdoc.sdk.interfaces
Interface IDirectory
- All Known Subinterfaces:
- IGroup,- ILocalization,- IOperator,- IOrganization,- IUser
public interface IDirectory
Represents a directory object (User, Organization, Localization, Group)
- 
Method SummaryModifier and TypeMethodDescriptiondefault StringGets the directory object's external id.boolean
- 
Method Details- 
isExternalboolean isExternal()
- 
getExternalIdGets the directory object's external id.
 
-