ClassificationOverride
Inheritance: java.lang.Object
public class ClassificationOverride
Represents a user’s override for how incoming messages from a specific sender should always be classified as.
Constructors
Constructor | Description |
---|---|
ClassificationOverride() | Initalizes static members of class ClassificationOverride. |
ClassificationOverride(MailAddress sender, int classifyAs) | Initalizes static members of class ClassificationOverride. |
ClassificationOverride(String id, MailAddress sender, int classifyAs) | Initalizes static members of class ClassificationOverride. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getClassifyAs() | Gets or sets value which specifies how incoming messages from a specific sender should always be classified as. |
getId() | Gets or sets unique identifier of the override. |
getSender() | Gets or sets email address information of the sender for whom the override is created. |
hashCode() | |
notify() | |
notifyAll() | |
setClassifyAs(int value) | Gets or sets value which specifies how incoming messages from a specific sender should always be classified as. |
setId(String value) | Gets or sets unique identifier of the override. |
setSender(MailAddress value) | Gets or sets email address information of the sender for whom the override is created. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ClassificationOverride()
public ClassificationOverride()
Initalizes static members of class ClassificationOverride.
ClassificationOverride(MailAddress sender, int classifyAs)
public ClassificationOverride(MailAddress sender, int classifyAs)
Initalizes static members of class ClassificationOverride.
Parameters:
Parameter | Type | Description |
---|---|---|
sender | MailAddress | Email address information of the sender for whom the override is created. |
classifyAs | int | Value which specifies how incoming messages from a specific sender should always be classified as. |
ClassificationOverride(String id, MailAddress sender, int classifyAs)
public ClassificationOverride(String id, MailAddress sender, int classifyAs)
Initalizes static members of class ClassificationOverride.
Parameters:
Parameter | Type | Description |
---|---|---|
id | java.lang.String | The unique identifier of the override. |
sender | MailAddress | Email address information of the sender for whom the override is created. |
classifyAs | int | Value which specifies how incoming messages from a specific sender should always be classified as. |
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
getClassifyAs()
public final int getClassifyAs()
Gets or sets value which specifies how incoming messages from a specific sender should always be classified as.
Returns: int
getId()
public final String getId()
Gets or sets unique identifier of the override.
Returns: java.lang.String
getSender()
public final MailAddress getSender()
Gets or sets email address information of the sender for whom the override is created.
Returns: MailAddress
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setClassifyAs(int value)
public final void setClassifyAs(int value)
Gets or sets value which specifies how incoming messages from a specific sender should always be classified as.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setId(String value)
public final void setId(String value)
Gets or sets unique identifier of the override.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSender(MailAddress value)
public final void setSender(MailAddress value)
Gets or sets email address information of the sender for whom the override is created.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddress |
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 |