public class IdentityApiConnectorUploadClientCertificateParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder
Fluent builder for the IdentityApiConnectorUploadClientCertificateParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
password
The password.
|
java.lang.String |
pkcs12Value
The pkcs12Value.
|
| Modifier | Constructor and Description |
|---|---|
|
IdentityApiConnectorUploadClientCertificateParameterSet()
Instiaciates a new IdentityApiConnectorUploadClientCertificateParameterSet
|
protected |
IdentityApiConnectorUploadClientCertificateParameterSet(IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder builder)
Instiaciates a new IdentityApiConnectorUploadClientCertificateParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="pkcs12Value",
alternate="Pkcs12Value")
@Expose
@Nullable
public java.lang.String pkcs12Value
@SerializedName(value="password",
alternate="Password")
@Expose
@Nullable
public java.lang.String password
public IdentityApiConnectorUploadClientCertificateParameterSet()
protected IdentityApiConnectorUploadClientCertificateParameterSet(@Nonnull
IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()