Class PhoneEntryCollection
Represents the collection of phone entries in a phonebook
[Endpoint("/config/v1/project/channels/{channelName}/phonebooks/{phonebookName}/phonelist", null)]
public class PhoneEntryCollection : EntityCollection<DefaultEntity>, IList<DefaultEntity>, ICollection<DefaultEntity>, IReadOnlyList<DefaultEntity>, IReadOnlyCollection<DefaultEntity>, IEnumerable<DefaultEntity>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
PhoneEntryCollection
- Implements
- Inherited Members
Constructors
- PhoneEntryCollection()
Initializes a new instance of the PhoneEntryCollection class.