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

Type Parameters

T
T2
T3
T4
T5

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

The base method request builder class

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

Field Details

functionOptions

protected List functionOptions

The FunctionOptions to add to this request

Constructor Details

BaseFunctionCollectionRequestBuilder

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

Constructs a new BaseFunctionCollectionRequestBuilder<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