UrlList

Inheritance: java.lang.Object

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

public class UrlList implements System.Collections.Generic.IGenericList<Url>

List of urls for contact

Constructors

ConstructorDescription
UrlList()

Methods

MethodDescription
add(Url value)Adds an item to the list.
addItem(Url value)
clear()Removes all items from the list.
contains(Url value)Determines whether the list contains a specific value.
containsItem(Url value)
copyTo(Url[] array, int index)Copies the elements to an array, starting at a particular array index.
copyToTArray(Url[] array, int index)
equals(Object arg0)
getBlog()Default blog page
getBusinessHomePage()Default work page
getClass()
getFtp()Default ftp page
getHomePage()Default home page
getProfile()Default profile page
get_Item(int index)Gets or sets the element at the specified index.
hashCode()
indexOf(Url value)Determines the index of a specific item in the list.
indexOfItem(Url value)
insert(int index, Url value)Inserts an item to the list at the specified index.
insertItem(int index, Url value)
isReadOnly()
iterator()Returns an enumerator that iterates through a collection.
notify()
notifyAll()
remove(Url value)Removes the first occurrence of a specific object from the list.
removeAt(int index)Removes the list item at the specified index.
removeItem(Url value)
setBlog(String value)Default blog page
setBusinessHomePage(String value)Default work page
setFtp(String value)Default ftp page
setHomePage(String value)Default home page
setProfile(String value)Default profile page
set_Item(int index, Url 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)

UrlList()

public UrlList()

add(Url value)

public final void add(Url value)

Adds an item to the list.

Parameters:

ParameterTypeDescription
valueUrlThe Object to add to the list.

addItem(Url value)

public void addItem(Url value)

Parameters:

ParameterTypeDescription
valueUrl

clear()

public final void clear()

Removes all items from the list.

contains(Url value)

public final boolean contains(Url value)

Determines whether the list contains a specific value.

Parameters:

ParameterTypeDescription
valueUrlThe object to locate in the list.

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

containsItem(Url value)

public boolean containsItem(Url value)

Parameters:

ParameterTypeDescription
valueUrl

Returns: boolean

copyTo(Url[] array, int index)

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

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

Parameters:

ParameterTypeDescription
arrayUrl[]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(Url[] array, int index)

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

Parameters:

ParameterTypeDescription
arrayUrl[]
indexint

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBlog()

public final String getBlog()

Default blog page

Returns: java.lang.String

getBusinessHomePage()

public final String getBusinessHomePage()

Default work page

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFtp()

public final String getFtp()

Default ftp page

Returns: java.lang.String

getHomePage()

public final String getHomePage()

Default home page

Returns: java.lang.String

getProfile()

public final String getProfile()

Default profile page

Returns: java.lang.String

get_Item(int index)

public final Url 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: Url - The element at the specified index.

hashCode()

public native int hashCode()

Returns: int

indexOf(Url value)

public final int indexOf(Url value)

Determines the index of a specific item in the list.

Parameters:

ParameterTypeDescription
valueUrlThe Object to locate in the list.

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

indexOfItem(Url value)

public int indexOfItem(Url value)

Parameters:

ParameterTypeDescription
valueUrl

Returns: int

insert(int index, Url value)

public final void insert(int index, Url value)

Inserts an item to the list at the specified index.

Parameters:

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

insertItem(int index, Url value)

public void insertItem(int index, Url value)

Parameters:

ParameterTypeDescription
indexint
valueUrl

isReadOnly()

public final boolean isReadOnly()

Returns: boolean

iterator()

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

Returns an enumerator that iterates through a collection.

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

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove(Url value)

public final boolean remove(Url value)

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

Parameters:

ParameterTypeDescription
valueUrlThe 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(Url value)

public boolean removeItem(Url value)

Parameters:

ParameterTypeDescription
valueUrl

Returns: boolean

setBlog(String value)

public final void setBlog(String value)

Default blog page

Parameters:

ParameterTypeDescription
valuejava.lang.String

setBusinessHomePage(String value)

public final void setBusinessHomePage(String value)

Default work page

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFtp(String value)

public final void setFtp(String value)

Default ftp page

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHomePage(String value)

public final void setHomePage(String value)

Default home page

Parameters:

ParameterTypeDescription
valuejava.lang.String

setProfile(String value)

public final void setProfile(String value)

Default profile page

Parameters:

ParameterTypeDescription
valuejava.lang.String

set_Item(int index, Url value)

public final void set_Item(int index, Url value)

Gets or sets the element at the specified index.

Parameters:

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

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