com.microstrategy.web.objects.WebSubscriptionContacts |
![]() |
Represents a collection interface of WebSubscriptionContact
objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
add(WebSubscriptionContact contact)
Add a new
WebSubscriptionContact object to the collection. | ||||||||||
abstract void |
clear()
Clears all items from the collection.
| ||||||||||
abstract WebSubscriptionContact |
get(int index)
Returns the
WebSubscriptionContact object at the given index | ||||||||||
abstract int |
getTotalCount()
Returns the total count of
WebSubscriptionContact objects that is returned. | ||||||||||
abstract boolean |
isEmpty()
Returns whether the current collection is empty or not
| ||||||||||
abstract boolean |
isReadOnly()
Returns whether the current collection is read-only
| ||||||||||
abstract void |
remove(int index)
Removes the
WebSubscriptionContact object at the given index from the collection | ||||||||||
abstract int |
size()
Returns the current size of the collection
|
Add a new WebSubscriptionContact
object to the collection.
Clears all items from the collection.
Returns the WebSubscriptionContact
object at the given index
Returns the total count of WebSubscriptionContact
objects that is returned. Please
note that this is different from the size()
method. This method is useful in determining whether
there are more WebSubscriptionContact
objects that could be obtained by an incremental fetch.
Returns whether the current collection is empty or not
Returns whether the current collection is read-only
Removes the WebSubscriptionContact
object at the given index from the collection
Returns the current size of the collection
WebSubscriptionContact
objects in the collection