Uses of Class
com.uc4.api.MessageBox
-
Packages that use MessageBox Package Description com.uc4.communication.requests -
-
Uses of MessageBox in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return MessageBox Modifier and Type Method Description MessageBox
XMLRequest. getMessageBox()
Returns a MessageBox object if the server returns a message for this request.Methods in com.uc4.communication.requests that return types with arguments of type MessageBox Modifier and Type Method Description java.util.List<MessageBox>
XMLRequest. getAllMessageBoxes()
Returns a List of all MessageBoxes object if the server returns messages for this request.Methods in com.uc4.communication.requests with parameters of type MessageBox Modifier and Type Method Description void
CreateObject. setMessageBox(MessageBox box)
protected void
XMLRequest. setMessageBox(MessageBox box)
Used inXMLRequestSet
to move the Message Box from a child request to theXMLRequestSet
object.Constructors in com.uc4.communication.requests with parameters of type MessageBox Constructor Description CreateSession(MessageBox box)
Internal use.
-