Package com.mypurecloud.sdk.v2.model
Class ParsedCertificate
java.lang.Object
com.mypurecloud.sdk.v2.model.ParsedCertificate
- All Implemented Interfaces:
Serializable
Represents the parsed certificate information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertificateDetails(List<CertificateDetails> certificateDetails) The details of the certificates that were parsed correctly.booleaninthashCode()voidsetCertificateDetails(List<CertificateDetails> certificateDetails) toString()
-
Constructor Details
-
ParsedCertificate
public ParsedCertificate() -
ParsedCertificate
-
-
Method Details