SequenceSetField

Inheritance: java.lang.Object, com.aspose.email.QueryField

public class SequenceSetField extends QueryField

Defines set of values for selected field to search.

Methods

MethodDescription
add(SequenceSetBaseValue value)Adds value to search.
createQuery()Creates the search key.
equals(Object arg0)
getClass()
getValues()Gets values to search
hashCode()
notify()
notifyAll()
toString()Returns a String which represents the object instance.
to_MailQuery(SequenceSetField seqSetField)Creates the search key.
wait()
wait(long arg0)
wait(long arg0, int arg1)

add(SequenceSetBaseValue value)

public final void add(SequenceSetBaseValue value)

Adds value to search.

Parameters:

ParameterTypeDescription
valueSequenceSetBaseValueValue to search

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:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getValues()

public final SequenceSetBaseValue[] getValues()

Gets values to search

Returns: com.aspose.email.SequenceSetBaseValue[]

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.

to_MailQuery(SequenceSetField seqSetField)

public static MailQuery to_MailQuery(SequenceSetField seqSetField)

Creates the search key.

Parameters:

ParameterTypeDescription
seqSetFieldSequenceSetFieldSequenceSet object instance

Returns: MailQuery - MailQuery that represents search query.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int