BaseEntityCollectionRequest<T,T2,T3> Class
- java.
lang. Object - com.
microsoft. graph. http. BaseCollectionRequest<T,T2,T3> - com.
microsoft. graph. http. BaseEntityCollectionRequest<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 BaseEntityCollectionRequest<T,T2,T3>
extends BaseCollectionRequest<T,T2,T3>
A request against a collection
Constructor Summary
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| protected T2 |
post(BodyType serializedObject)
Posts this request |
| 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
BaseEntityCollectionRequest
public BaseEntityCollectionRequest(String requestUrl, IBaseClient client, List options, Class
Create the collection request
Parameters:
Method Details
post
protected T2
Posts this request
Parameters:
Returns:
Throws:
get
getAsync
public CompletableFuture
Gets the collection of items
Returns: