public class ContactDeltaCollectionRequestBuilder extends com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<Contact,ContactDeltaCollectionRequestBuilder,ContactDeltaCollectionResponse,ContactDeltaCollectionPage,ContactDeltaCollectionRequest>
| Constructor and Description |
|---|
ContactDeltaCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this collection of Contact
|
| Modifier and Type | Method and Description |
|---|---|
ContactDeltaCollectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request
|
buildRequest, byIdpublic ContactDeltaCollectionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public ContactDeltaCollectionRequest buildRequest(@Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
buildRequest in class com.microsoft.graph.http.BaseCollectionRequestBuilder<Contact,ContactDeltaCollectionRequestBuilder,ContactDeltaCollectionResponse,ContactDeltaCollectionPage,ContactDeltaCollectionRequest>requestOptions - the options for this request