public class DriveItemFollowRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<DriveItem>
| Constructor and Description |
|---|
DriveItemFollowRequestBuilder(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 DriveItemFollow
|
| Modifier and Type | Method and Description |
|---|---|
DriveItemFollowRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the DriveItemFollowRequest with specific requestOptions instead of the existing requestOptions
|
DriveItemFollowRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the DriveItemFollowRequest
|
public DriveItemFollowRequestBuilder(@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 DriveItemFollowRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public DriveItemFollowRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request