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