| Constructor and Description |
|---|
MessageChain() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic MessageChain append(SendAble sendAble)
public MessageChain at(String id)
public MessageChain image(String url)
public MessageChain image(byte[] bytes)
public MessageChain text(String text)
public Result send(SenderAndCidMidGetter er)
SendAblepublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(SendAble sendAble)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<SendAble>containsAll in interface List<SendAble>public boolean addAll(Collection<? extends SendAble> c)
public boolean addAll(int index,
Collection<? extends SendAble> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<SendAble>public ListIterator<SendAble> listIterator()
listIterator in interface List<SendAble>public ListIterator<SendAble> listIterator(int index)
listIterator in interface List<SendAble>Copyright © 2023. All rights reserved.