Uses of Enum Class
com.mypurecloud.sdk.v2.model.Edge.CertTypeEnum
Packages that use Edge.CertTypeEnum
-
Uses of Edge.CertTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Edge.CertTypeEnumModifier and TypeMethodDescriptionstatic Edge.CertTypeEnumEdge.CertTypeEnum.fromString(String key) Edge.getCertType()static Edge.CertTypeEnumReturns the enum constant of this class with the specified name.static Edge.CertTypeEnum[]Edge.CertTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Edge.CertTypeEnumModifier and TypeMethodDescriptionEdge.certType(Edge.CertTypeEnum certType) The type of certificate used to communicate with edge-proxy.voidEdge.setCertType(Edge.CertTypeEnum certType)