ProviderAuthorizationConsentState Class

public final class ProviderAuthorizationConsentState
extends ExpandableStringEnum<ProviderAuthorizationConsentState>

The provider authorization consent state.

Field Summary

Modifier and Type Field and Description
static final ProviderAuthorizationConsentState CONSENTED

Static value Consented for ProviderAuthorizationConsentState.

static final ProviderAuthorizationConsentState NOT_REQUIRED

Static value NotRequired for ProviderAuthorizationConsentState.

static final ProviderAuthorizationConsentState NOT_SPECIFIED

Static value NotSpecified for ProviderAuthorizationConsentState.

static final ProviderAuthorizationConsentState REQUIRED

Static value Required for ProviderAuthorizationConsentState.

Constructor Summary

Constructor Description
ProviderAuthorizationConsentState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ProviderAuthorizationConsentState value.

Method Summary

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

Creates or finds a ProviderAuthorizationConsentState from its string representation.

static Collection<ProviderAuthorizationConsentState> values()

Gets known ProviderAuthorizationConsentState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONSENTED

public static final ProviderAuthorizationConsentState CONSENTED

Static value Consented for ProviderAuthorizationConsentState.

NOT_REQUIRED

public static final ProviderAuthorizationConsentState NOT_REQUIRED

Static value NotRequired for ProviderAuthorizationConsentState.

NOT_SPECIFIED

public static final ProviderAuthorizationConsentState NOT_SPECIFIED

Static value NotSpecified for ProviderAuthorizationConsentState.

REQUIRED

public static final ProviderAuthorizationConsentState REQUIRED

Static value Required for ProviderAuthorizationConsentState.

Constructor Details

ProviderAuthorizationConsentState

@Deprecated
public ProviderAuthorizationConsentState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ProviderAuthorizationConsentState value.

Method Details

fromString

public static ProviderAuthorizationConsentState fromString(String name)

Creates or finds a ProviderAuthorizationConsentState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ProviderAuthorizationConsentState.

values

public static Collection values()

Gets known ProviderAuthorizationConsentState values.

Returns:

known ProviderAuthorizationConsentState values.

Applies to