Share via


CertificateType Class

public final class CertificateType
extends ExpandableStringEnum<CertificateType>

Type of certificate used.

Field Summary

Modifier and Type Field and Description
static final CertificateType DEDICATED

Static value Dedicated for CertificateType.

static final CertificateType SHARED

Static value Shared for CertificateType.

Constructor Summary

Constructor Description
CertificateType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CertificateType value.

Method Summary

Modifier and Type Method and Description
static CertificateType fromString(String name)

Creates or finds a CertificateType from its string representation.

static Collection<CertificateType> values()

Gets known CertificateType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEDICATED

public static final CertificateType DEDICATED

Static value Dedicated for CertificateType.

SHARED

public static final CertificateType SHARED

Static value Shared for CertificateType.

Constructor Details

CertificateType

@Deprecated
public CertificateType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CertificateType value.

Method Details

fromString

public static CertificateType fromString(String name)

Creates or finds a CertificateType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CertificateType.

values

public static Collection<CertificateType> values()

Gets known CertificateType values.

Returns:

known CertificateType values.

Applies to