public class OrgContactDeltaCollectionRequestBuilder extends com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<OrgContact,OrgContactDeltaCollectionRequestBuilder,OrgContactDeltaCollectionResponse,OrgContactDeltaCollectionPage,OrgContactDeltaCollectionRequest>
| Constructor and Description |
|---|
OrgContactDeltaCollectionRequestBuilder(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 OrgContact
|
| Modifier and Type | Method and Description |
|---|---|
OrgContactDeltaCollectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request
|
buildRequest, byIdpublic OrgContactDeltaCollectionRequestBuilder(@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 OrgContactDeltaCollectionRequest buildRequest(@Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
buildRequest in class com.microsoft.graph.http.BaseCollectionRequestBuilder<OrgContact,OrgContactDeltaCollectionRequestBuilder,OrgContactDeltaCollectionResponse,OrgContactDeltaCollectionPage,OrgContactDeltaCollectionRequest>requestOptions - the options for this request