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

ConstructorDescription
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

MethodDescription
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:

ParameterTypeDescription
senderMailAddressEmail address information of the sender for whom the override is created.
classifyAsintValue 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:

ParameterTypeDescription
idjava.lang.StringThe unique identifier of the override.
senderMailAddressEmail address information of the sender for whom the override is created.
classifyAsintValue which specifies how incoming messages from a specific sender should always be classified as.

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

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:

ParameterTypeDescription
valueint

setId(String value)

public final void setId(String value)

Gets or sets unique identifier of the override.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueMailAddress

toString()

public String toString()

Returns: java.lang.String

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