Package com.microsoft.graph.models
Class IdentityApiConnectorUploadClientCertificateParameterSet
java.lang.Object
com.microsoft.graph.models.IdentityApiConnectorUploadClientCertificateParameterSet
The class for the Identity Api Connector Upload Client Certificate Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the IdentityApiConnectorUploadClientCertificateParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe password.The pkcs12Value. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new IdentityApiConnectorUploadClientCertificateParameterSetprotected
IdentityApiConnectorUploadClientCertificateParameterSet
(IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder builder) Instiaciates a new IdentityApiConnectorUploadClientCertificateParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
pkcs12Value
@SerializedName(value="pkcs12Value", alternate="Pkcs12Value") @Expose @Nullable public String pkcs12ValueThe pkcs12Value. -
password
The password.
-
-
Constructor Details
-
IdentityApiConnectorUploadClientCertificateParameterSet
public IdentityApiConnectorUploadClientCertificateParameterSet()Instiaciates a new IdentityApiConnectorUploadClientCertificateParameterSet -
IdentityApiConnectorUploadClientCertificateParameterSet
protected IdentityApiConnectorUploadClientCertificateParameterSet(@Nonnull IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder builder) Instiaciates a new IdentityApiConnectorUploadClientCertificateParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-