InstantMessengerList

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericList

public class InstantMessengerList implements System.Collections.Generic.IGenericList<InstantMessengerAddress>

List of instant messenger addresses for a contact.

Constructors

ConstructorDescription
InstantMessengerList()

Methods

MethodDescription
add(InstantMessengerAddress value)Adds an item to the list.
addItem(InstantMessengerAddress value)
clear()Removes all items from the list.
contains(InstantMessengerAddress value)Determines whether the list contains a specific value.
containsItem(InstantMessengerAddress value)
copyTo(InstantMessengerAddress[] array, int index)Copies the elements to an array, starting at a particular array index.
copyToTArray(InstantMessengerAddress[] array, int index)
equals(Object arg0)
getAIM()Default AIM id
getClass()
getGoogleTalk()Default Google Talk id
getICQ()Default ICQ id
getJabber()Default Jabber id
getMSN()Default MSN id
getQQ()Default QQ id
getSkype()Default skype is
getYahoo()Default Yahoo id
get_Item(InstantMessengerCategory category)Default instant messenger address for specified category
get_Item(int index)Gets or sets the element at the specified index.
hashCode()
indexOf(InstantMessengerAddress value)Determines the index of a specific item in the list.
indexOfItem(InstantMessengerAddress value)
insert(int index, InstantMessengerAddress value)Inserts an item to the list at the specified index.
insertItem(int index, InstantMessengerAddress value)
isReadOnly()Gets a value indicating whether the list is read-only.
iterator()Returns an enumerator that iterates through a collection.
notify()
notifyAll()
remove(InstantMessengerAddress value)Removes the first occurrence of a specific object from the list.
removeAt(int index)Removes the list item at the specified index.
removeItem(InstantMessengerAddress value)
setAIM(String value)Default AIM id
setGoogleTalk(String value)Default Google Talk id
setICQ(String value)Default ICQ id
setJabber(String value)Default Jabber id
setMSN(String value)Default MSN id
setQQ(String value)Default QQ id
setSkype(String value)Default skype is
setYahoo(String value)Default Yahoo id
set_Item(InstantMessengerCategory category, String value)Default instant messenger address for specified category
set_Item(int index, InstantMessengerAddress value)Gets or sets the element at the specified index.
size()Gets the number of elements contained in the ICollection.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

InstantMessengerList()

public InstantMessengerList()

add(InstantMessengerAddress value)

public final void add(InstantMessengerAddress value)

Adds an item to the list.

Parameters:

ParameterTypeDescription
valueInstantMessengerAddressThe object to add to the list.

addItem(InstantMessengerAddress value)

public void addItem(InstantMessengerAddress value)

Parameters:

ParameterTypeDescription
valueInstantMessengerAddress

clear()

public final void clear()

Removes all items from the list.

contains(InstantMessengerAddress value)

public final boolean contains(InstantMessengerAddress value)

Determines whether the list contains a specific value.

Parameters:

ParameterTypeDescription
valueInstantMessengerAddressThe object to locate in the list.

Returns: boolean - true if the object is found in the list; otherwise, false.

containsItem(InstantMessengerAddress value)

public boolean containsItem(InstantMessengerAddress value)

Parameters:

ParameterTypeDescription
valueInstantMessengerAddress

Returns: boolean

copyTo(InstantMessengerAddress[] array, int index)

public final void copyTo(InstantMessengerAddress[] array, int index)

Copies the elements to an array, starting at a particular array index.

Parameters:

ParameterTypeDescription
arrayInstantMessengerAddress[]The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing.
indexintThe zero-based index in array at which copying begins.

copyToTArray(InstantMessengerAddress[] array, int index)

public void copyToTArray(InstantMessengerAddress[] array, int index)

Parameters:

ParameterTypeDescription
arrayInstantMessengerAddress[]
indexint

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAIM()

public final String getAIM()

Default AIM id

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getGoogleTalk()

public final String getGoogleTalk()

Default Google Talk id

Returns: java.lang.String

getICQ()

public final String getICQ()

Default ICQ id

Returns: java.lang.String

getJabber()

public final String getJabber()

Default Jabber id

Returns: java.lang.String

getMSN()

public final String getMSN()

Default MSN id

Returns: java.lang.String

getQQ()

public final String getQQ()

Default QQ id

Returns: java.lang.String

getSkype()

public final String getSkype()

Default skype is

Returns: java.lang.String

getYahoo()

public final String getYahoo()

Default Yahoo id

Returns: java.lang.String

get_Item(InstantMessengerCategory category)

public final String get_Item(InstantMessengerCategory category)

Default instant messenger address for specified category

Parameters:

ParameterTypeDescription
categoryInstantMessengerCategory

Returns: java.lang.String

get_Item(int index)

public final InstantMessengerAddress get_Item(int index)

Gets or sets the element at the specified index.

Parameters:

ParameterTypeDescription
indexintThe zero-based index of the element to get or set.

Returns: InstantMessengerAddress - The element at the specified index.

hashCode()

public native int hashCode()

Returns: int

indexOf(InstantMessengerAddress value)

public final int indexOf(InstantMessengerAddress value)

Determines the index of a specific item in the list.

Parameters:

ParameterTypeDescription
valueInstantMessengerAddressThe Object to locate in the list.

Returns: int - The index of value if found in the list; otherwise, -1.

indexOfItem(InstantMessengerAddress value)

public int indexOfItem(InstantMessengerAddress value)

Parameters:

ParameterTypeDescription
valueInstantMessengerAddress

Returns: int

insert(int index, InstantMessengerAddress value)

public final void insert(int index, InstantMessengerAddress value)

Inserts an item to the list at the specified index.

Parameters:

ParameterTypeDescription
indexintThe zero-based index at which value should be inserted.
valueInstantMessengerAddressThe Object to insert into the list.

insertItem(int index, InstantMessengerAddress value)

public void insertItem(int index, InstantMessengerAddress value)

Parameters:

ParameterTypeDescription
indexint
valueInstantMessengerAddress

isReadOnly()

public final boolean isReadOnly()

Gets a value indicating whether the list is read-only.

Returns: boolean - true if the list is read-only; otherwise, false.

iterator()

public final System.Collections.Generic.IGenericEnumerator<InstantMessengerAddress> iterator()

Returns an enumerator that iterates through a collection.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.email.InstantMessengerAddress> - An IEnumerator object that can be used to iterate through the collection.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove(InstantMessengerAddress value)

public final boolean remove(InstantMessengerAddress value)

Removes the first occurrence of a specific object from the list.

Parameters:

ParameterTypeDescription
valueInstantMessengerAddressThe Object to remove from the list.

Returns: boolean

removeAt(int index)

public final void removeAt(int index)

Removes the list item at the specified index.

Parameters:

ParameterTypeDescription
indexintThe zero-based index of the item to remove.

removeItem(InstantMessengerAddress value)

public boolean removeItem(InstantMessengerAddress value)

Parameters:

ParameterTypeDescription
valueInstantMessengerAddress

Returns: boolean

setAIM(String value)

public final void setAIM(String value)

Default AIM id

Parameters:

ParameterTypeDescription
valuejava.lang.String

setGoogleTalk(String value)

public final void setGoogleTalk(String value)

Default Google Talk id

Parameters:

ParameterTypeDescription
valuejava.lang.String

setICQ(String value)

public final void setICQ(String value)

Default ICQ id

Parameters:

ParameterTypeDescription
valuejava.lang.String

setJabber(String value)

public final void setJabber(String value)

Default Jabber id

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMSN(String value)

public final void setMSN(String value)

Default MSN id

Parameters:

ParameterTypeDescription
valuejava.lang.String

setQQ(String value)

public final void setQQ(String value)

Default QQ id

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSkype(String value)

public final void setSkype(String value)

Default skype is

Parameters:

ParameterTypeDescription
valuejava.lang.String

setYahoo(String value)

public final void setYahoo(String value)

Default Yahoo id

Parameters:

ParameterTypeDescription
valuejava.lang.String

set_Item(InstantMessengerCategory category, String value)

public final void set_Item(InstantMessengerCategory category, String value)

Default instant messenger address for specified category

Parameters:

ParameterTypeDescription
categoryInstantMessengerCategory
valuejava.lang.String

set_Item(int index, InstantMessengerAddress value)

public final void set_Item(int index, InstantMessengerAddress value)

Gets or sets the element at the specified index.

Parameters:

ParameterTypeDescription
indexintThe zero-based index of the element to get or set.
valueInstantMessengerAddress

size()

public final int size()

Gets the number of elements contained in the ICollection.

Returns: int - The number of elements contained in the ICollection.

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