public class QuickSearch extends XMLRequest implements Iterable<QuickSearchItem>
| Constructor and Description |
|---|
QuickSearch(String pat)
Create a new
QuickAccess request. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<QuickSearchItem> |
iterator()
Returns an
java.util.Iterator which can be used to read the result items. |
int |
size()
Returns the number of items in the response.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic QuickSearch(String pat)
QuickAccess request.pat - Part of the object namepublic Iterator<QuickSearchItem> iterator()
java.util.Iterator which can be used to read the result items.iterator in interface Iterable<QuickSearchItem>QuickAccessItempublic int size()
Copyright © 2021. All rights reserved.