AcceptanceMode Class

public final class AcceptanceMode
extends ExpandableStringEnum<AcceptanceMode>

The mode of acceptance for an agreement.

Field Summary

Modifier and Type Field and Description
static final AcceptanceMode CLICK_TO_ACCEPT

Static value ClickToAccept for AcceptanceMode.

static final AcceptanceMode ESIGN_EMBEDDED

Static value ESignEmbedded for AcceptanceMode.

static final AcceptanceMode ESIGN_OFFLINE

Static value ESignOffline for AcceptanceMode.

static final AcceptanceMode IMPLICIT

Static value Implicit for AcceptanceMode.

static final AcceptanceMode OFFLINE

Static value Offline for AcceptanceMode.

static final AcceptanceMode OTHER

Static value Other for AcceptanceMode.

static final AcceptanceMode PHYSICAL_SIGN

Static value PhysicalSign for AcceptanceMode.

Constructor Summary

Constructor Description
AcceptanceMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AcceptanceMode value.

Method Summary

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

Creates or finds a AcceptanceMode from its string representation.

static Collection<AcceptanceMode> values()

Gets known AcceptanceMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CLICK_TO_ACCEPT

public static final AcceptanceMode CLICK_TO_ACCEPT

Static value ClickToAccept for AcceptanceMode.

ESIGN_EMBEDDED

public static final AcceptanceMode ESIGN_EMBEDDED

Static value ESignEmbedded for AcceptanceMode.

ESIGN_OFFLINE

public static final AcceptanceMode ESIGN_OFFLINE

Static value ESignOffline for AcceptanceMode.

IMPLICIT

public static final AcceptanceMode IMPLICIT

Static value Implicit for AcceptanceMode.

OFFLINE

public static final AcceptanceMode OFFLINE

Static value Offline for AcceptanceMode.

OTHER

public static final AcceptanceMode OTHER

Static value Other for AcceptanceMode.

PHYSICAL_SIGN

public static final AcceptanceMode PHYSICAL_SIGN

Static value PhysicalSign for AcceptanceMode.

Constructor Details

AcceptanceMode

@Deprecated
public AcceptanceMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AcceptanceMode value.

Method Details

fromString

public static AcceptanceMode fromString(String name)

Creates or finds a AcceptanceMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AcceptanceMode.

values

public static Collection<AcceptanceMode> values()

Gets known AcceptanceMode values.

Returns:

known AcceptanceMode values.

Applies to