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

Consented.

static final ProviderAuthorizationConsentState NOT_REQUIRED

NotRequired.

static final ProviderAuthorizationConsentState NOT_SPECIFIED

NotSpecified.

static final ProviderAuthorizationConsentState REQUIRED

Required.

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

Consented.

NOT_REQUIRED

public static final ProviderAuthorizationConsentState NOT_REQUIRED

NotRequired.

NOT_SPECIFIED

public static final ProviderAuthorizationConsentState NOT_SPECIFIED

NotSpecified.

REQUIRED

public static final ProviderAuthorizationConsentState REQUIRED

Required.

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<ProviderAuthorizationConsentState> values()

Gets known ProviderAuthorizationConsentState values.

Returns:

known ProviderAuthorizationConsentState values.

Applies to