BaseVoidActionCollectionRequest<T,T2,T3> Class
- java.
lang. Object - com.
microsoft. graph. http. BaseCollectionRequest<T,T2,T3> - com.
microsoft. graph. http. BaseVoidActionCollectionRequest<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 BaseVoidActionCollectionRequest<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 |
|---|---|
| java.lang.Void |
post()
Invokes the method |
| java.util.concurrent.CompletableFuture<java.lang.Void> |
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
BaseVoidActionCollectionRequest
public BaseVoidActionCollectionRequest(String requestUrl, IBaseClient client, List options, Class
Create the collection request
Parameters:
Method Details
post
postAsync
public CompletableFuture
Invokes the method and calls the callback with the resulting collection of objects
Returns: