ModificationSequenceField
Inheritance: java.lang.Object, com.aspose.email.QueryField
public class ModificationSequenceField extends QueryField
Defines set of values for selected field to search.
Methods
| Method | Description |
|---|---|
| createQuery() | Creates the search key. |
| equals(Object arg0) | |
| getClass() | |
| getModificationSequence() | Gets values to search |
| greaterOrEqualTo(long modificationSequence) | Sets a value to search for messages that have modification sequence greater or equal to this value. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Returns a String which represents the object instance. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
createQuery()
public final MailQuery createQuery()
Creates the search key.
Returns: MailQuery - MailQuery that represents search query.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getModificationSequence()
public final long getModificationSequence()
Gets values to search
Returns: long
greaterOrEqualTo(long modificationSequence)
public final void greaterOrEqualTo(long modificationSequence)
Sets a value to search for messages that have modification sequence greater or equal to this value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| modificationSequence | long | Value to search |
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a String which represents the object instance.
Returns: java.lang.String - Returns a string which represents the object instance.
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |