Class AccessControlList

    • Constructor Detail

      • AccessControlList

        public AccessControlList()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String accessControlListId)
      • getParentId

        public String getParentId()
      • setParentId

        public void setParentId​(String parentId)
      • isDefault

        public boolean isDefault()
        Description copied from interface: IDefaultAware
        Returns whether this object is equivalent to the default value.
        Specified by:
        isDefault in interface IDefaultAware
        Returns:
        true if this object is equivalent to the default value, false otherwise.
      • isEquivalent

        public boolean isEquivalent​(Object obj)
        Description copied from interface: ICustomEquivalence
        Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.
        Specified by:
        isEquivalent in interface ICustomEquivalence
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.
      • applyChannelTemplateLinkInfo

        public void applyChannelTemplateLinkInfo​(ChannelTemplateLinkInfo channelTemplateLinkInfo)