public abstract class AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse> extends AutodiscoverResponse implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<TResponse>
Represents a collection of responses to a call to the Autodiscover service.
TResponse
: The type of the responses in the collection.
Modifier | Constructor and Description |
---|---|
protected |
AutodiscoverResponseCollection()
Initializes a new instance of the
AutodiscoverResponseCollectionltTResponsegt class. |
Modifier and Type | Method and Description |
---|---|
TResponse |
get_Item(int index)
Gets the response at the specified index.
|
int |
getCount()
Gets the number of responses in the collection.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_()
Gets an enumerator that iterates through the elements of the collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<TResponse> |
iterator()
Gets an enumerator that iterates through the elements of the collection.
|
getErrorCode, getErrorMessage
protected AutodiscoverResponseCollection()
Initializes a new instance of the AutodiscoverResponseCollectionltTResponsegt
class.
public final int getCount()
Gets the number of responses in the collection.
public final TResponse get_Item(int index)
Gets the response at the specified index.
index
- Index.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<TResponse> iterator()
Gets an enumerator that iterates through the elements of the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<TResponse extends AutodiscoverResponse>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<TResponse extends AutodiscoverResponse>
iterator
in interface Iterable<TResponse extends AutodiscoverResponse>
public final com.aspose.ms.System.Collections.IEnumerator iterator_()
Gets an enumerator that iterates through the elements of the collection.