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
Constructor | Description |
---|---|
UrlList() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | Url | The Object to add to the list. |
addItem(Url value)
public void addItem(Url value)
Parameters:
Parameter | Type | Description |
---|---|---|
value | Url |
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:
Parameter | Type | Description |
---|---|---|
value | Url | The 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:
Parameter | Type | Description |
---|---|---|
value | Url |
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:
Parameter | Type | Description |
---|---|---|
array | Url[] | The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing. |
index | int | The zero-based index in array at which copying begins. |
copyToTArray(Url[] array, int index)
public void copyToTArray(Url[] array, int index)
Parameters:
Parameter | Type | Description |
---|---|---|
array | Url[] | |
index | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
index | int | The 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:
Parameter | Type | Description |
---|---|---|
value | Url | The 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:
Parameter | Type | Description |
---|---|---|
value | Url |
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:
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which value should be inserted. |
value | Url | The Object to insert into the list. |
insertItem(int index, Url value)
public void insertItem(int index, Url value)
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | |
value | Url |
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:
Parameter | Type | Description |
---|---|---|
value | Url | The 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:
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the item to remove. |
removeItem(Url value)
public boolean removeItem(Url value)
Parameters:
Parameter | Type | Description |
---|---|---|
value | Url |
Returns: boolean
setBlog(String value)
public final void setBlog(String value)
Default blog page
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setBusinessHomePage(String value)
public final void setBusinessHomePage(String value)
Default work page
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFtp(String value)
public final void setFtp(String value)
Default ftp page
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setHomePage(String value)
public final void setHomePage(String value)
Default home page
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setProfile(String value)
public final void setProfile(String value)
Default profile page
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the element to get or set. |
value | Url |
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:
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 |