BaseActionCollectionRequestBuilder<T,T2,T3,T4,T5> Class

Type Parameters

T
T2
T3
T4
T5

public class BaseActionCollectionRequestBuilder<T,T2,T3,T4,T5>
extends BaseCollectionRequestBuilder<T,T2,T3,T4,T5>

The base method request builder class used for POST actions

Methods inherited from BaseCollectionRequestBuilder

buildRequest com.microsoft.graph.http.BaseCollectionRequestBuilder.buildRequest(java.util.List< byId

Methods inherited from BaseRequestBuilder

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

BaseActionCollectionRequestBuilder

public BaseActionCollectionRequestBuilder(String requestUrl, IBaseClient client, List options, Class requestBuilderClass, Class collectionRequestClass)

Constructs a new BaseActionCollectionRequestBuilder<T,T2,T3,T4,T5>

Parameters:

requestUrl - the URL for the request
client - the IBaseClient<nativeRequestType> for handling requests
options - List of Options to add to this request
requestBuilderClass - the class for the request builder
collectionRequestClass - the class for the collection request

Applies to