public class AttachmentCreateUploadSessionRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<UploadSession>
| Constructor and Description |
|---|
AttachmentCreateUploadSessionRequestBuilder(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 AttachmentCreateUploadSession
|
AttachmentCreateUploadSessionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
AttachmentCreateUploadSessionParameterSet parameters)
The request builder for this AttachmentCreateUploadSession
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentCreateUploadSessionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the AttachmentCreateUploadSessionRequest with specific requestOptions instead of the existing requestOptions
|
AttachmentCreateUploadSessionRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the AttachmentCreateUploadSessionRequest
|
public AttachmentCreateUploadSessionRequestBuilder(@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 AttachmentCreateUploadSessionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
AttachmentCreateUploadSessionParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public AttachmentCreateUploadSessionRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public AttachmentCreateUploadSessionRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request