BaseActionCollectionRequest<T,T2,T3> Class
- java.
lang. Object - com.
microsoft. graph. http. BaseCollectionRequest<T,T2,T3> - com.
microsoft. graph. http. BaseActionCollectionRequest<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 BaseActionCollectionRequest<T,T2,T3>
extends BaseCollectionRequest<T,T2,T3>
A request against a collection bound action
Constructor Summary
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| T3 |
post()
Invokes the method and returns the resulting collection of objects |
| java.util.concurrent.CompletableFuture<T3> |
postAsync()
Invokes the method and calls the callback with the resulting collection of objects |
Methods inherited from BaseCollectionRequest
Methods inherited from java.lang.Object
Constructor Details
BaseActionCollectionRequest
public BaseActionCollectionRequest(String requestUrl, IBaseClient client, List options, Class
Create the collection request
Parameters:
Method Details
post
public T3 post()
Invokes the method and returns the resulting collection of objects
Returns:
Throws:
postAsync
public CompletableFuture
Invokes the method and calls the callback with the resulting collection of objects
Returns: