BaseFunctionCollectionRequest<T,T2,T3> Class
- java.
lang. Object - com.
microsoft. graph. http. BaseCollectionRequest<T,T2,T3> - com.
microsoft. graph. http. BaseFunctionCollectionRequest<T,T2,T3>
- com.
- com.
Type Parameters
- T
the type of the object in the collection
- T2
the response collection type
- T3
the collection page type
public abstract class BaseFunctionCollectionRequest<T,T2,T3>
extends BaseCollectionRequest<T,T2,T3>
A request against a collection bound function
Constructor Summary
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| T3 |
get()
Gets the collection of items |
| java.util.concurrent.CompletableFuture<T3> |
getAsync()
Gets the collection of items |
Methods inherited from BaseCollectionRequest
Methods inherited from java.lang.Object
Constructor Details
BaseFunctionCollectionRequest
public BaseFunctionCollectionRequest(String requestUrl, IBaseClient client, List options, Class
Create the collection request
Parameters:
Method Details
get
getAsync
public CompletableFuture
Gets the collection of items
Returns: