PageSettings
Inheritance: java.lang.Object
public class PageSettings
The settings for the ImapClient.ListMessagesByPage method
Constructors
Constructor | Description |
---|---|
PageSettings() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAscendingSorting() | Gets or sets value which indicates if client uses ascending or descending sorting. |
getClass() | |
getConnection() | Connection to a server. |
getFolderName() | The messages folder |
getIgnoreExceptions() | If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions. |
hashCode() | |
notify() | |
notifyAll() | |
setAscendingSorting(boolean value) | Gets or sets value which indicates if client uses ascending or descending sorting. |
setConnection(IConnection value) | Connection to a server. |
setFolderName(String value) | The messages folder |
setIgnoreExceptions(boolean value) | If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
PageSettings()
public PageSettings()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAscendingSorting()
public final boolean getAscendingSorting()
Gets or sets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getConnection()
public final IConnection getConnection()
Connection to a server.
Returns: IConnection
getFolderName()
public final String getFolderName()
The messages folder
Returns: java.lang.String
getIgnoreExceptions()
public final boolean getIgnoreExceptions()
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAscendingSorting(boolean value)
public final void setAscendingSorting(boolean value)
Gets or sets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setConnection(IConnection value)
public final void setConnection(IConnection value)
Connection to a server.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IConnection |
setFolderName(String value)
public final void setFolderName(String value)
The messages folder
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setIgnoreExceptions(boolean value)
public final void setIgnoreExceptions(boolean value)
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
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 |