Package com.microsoft.graph.models
Class IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder
- Enclosing class:
IdentityApiConnectorUploadClientCertificateParameterSet
public static final class IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder
extends Object
Fluent builder for the IdentityApiConnectorUploadClientCertificateParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new IdentityApiConnectorUploadClientCertificateParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithPassword(String val) Sets the PasswordwithPkcs12Value(String val) Sets the Pkcs12Value
-
Field Details
-
pkcs12Value
The pkcs12Value parameter value -
password
The password parameter value
-
-
Constructor Details
-
IdentityApiConnectorUploadClientCertificateParameterSetBuilder
@Nullable protected IdentityApiConnectorUploadClientCertificateParameterSetBuilder()Instanciates a new IdentityApiConnectorUploadClientCertificateParameterSetBuilder
-
-
Method Details
-
withPkcs12Value
@Nonnull public IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder withPkcs12Value(@Nullable String val) Sets the Pkcs12Value- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPassword
@Nonnull public IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder withPassword(@Nullable String val) Sets the Password- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-