public class DriveItemInviteCollectionRequestBuilder extends com.microsoft.graph.http.BaseActionCollectionRequestBuilder<Permission,DriveItemInviteCollectionRequestBuilder,DriveItemInviteCollectionResponse,DriveItemInviteCollectionPage,DriveItemInviteCollectionRequest>
| Constructor and Description |
|---|
DriveItemInviteCollectionRequestBuilder(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 DriveItem
|
DriveItemInviteCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
DriveItemInviteParameterSet parameters)
The request builder for this collection of DriveItem
|
| Modifier and Type | Method and Description |
|---|---|
DriveItemInviteCollectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request
|
buildRequest, byIdpublic DriveItemInviteCollectionRequestBuilder(@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 requestpublic DriveItemInviteCollectionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
DriveItemInviteParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public DriveItemInviteCollectionRequest buildRequest(@Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
buildRequest in class com.microsoft.graph.http.BaseCollectionRequestBuilder<Permission,DriveItemInviteCollectionRequestBuilder,DriveItemInviteCollectionResponse,DriveItemInviteCollectionPage,DriveItemInviteCollectionRequest>requestOptions - the options for this request