Modifier and type | Property and description |
---|---|
java.util.List<E> | callCandidates Replies the call candidates. |
Modifier and type | Action and description |
---|---|
java.util.List<E> | getCallCandidates Replies the call candidates. |
boolean | isAdapterForType(Object) |
void | setCallCandidates(List<E>) Change the call candidates. |
var callCandidates : java.util.List<E>
This property is an alias for the action: getCallCandidates
new
def getCallCandidates : java.util.List<E>
def isAdapterForType(Object) : boolean
def setCallCandidates(List<E>)