Class ChannelRecipientIdentities
java.lang.Object
java.util.AbstractCollection<ChannelRecipientIdentity>
java.util.AbstractList<ChannelRecipientIdentity>
java.util.ArrayList<ChannelRecipientIdentity>
com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities
- All Implemented Interfaces:
Recipient
,Serializable
,Cloneable
,Iterable<ChannelRecipientIdentity>
,Collection<ChannelRecipientIdentity>
,List<ChannelRecipientIdentity>
,RandomAccess
public class ChannelRecipientIdentities
extends ArrayList<ChannelRecipientIdentity>
implements Recipient
Container for list of specific channel identities
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Dedicated Builder -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ChannelRecipientIdentities
of
(ChannelRecipientIdentity... elements) Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractList
equals, hashCode
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from interface java.util.Collection
parallelStream, stream
Methods inherited from interface java.util.List
containsAll, equals, hashCode
-
Constructor Details
-
ChannelRecipientIdentities
public ChannelRecipientIdentities() -
ChannelRecipientIdentities
-
-
Method Details
-
of
-
builder
-