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 MessageBoxXMLRequest. 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 voidCreateObject. setMessageBox(MessageBox box)protected voidXMLRequest. setMessageBox(MessageBox box)Used inXMLRequestSetto move the Message Box from a child request to theXMLRequestSetobject.Constructors in com.uc4.communication.requests with parameters of type MessageBox Constructor Description CreateSession(MessageBox box)Internal use.
-