AcceptanceMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. AcceptanceMode
- com.
- com.
public final class AcceptanceMode
extends ExpandableStringEnum<AcceptanceMode>
The mode of acceptance for an agreement.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Acceptance |
CLICK_TO_ACCEPT
Static value Click |
|
static final
Acceptance |
ESIGN_EMBEDDED
Static value ESign |
|
static final
Acceptance |
ESIGN_OFFLINE
Static value ESign |
|
static final
Acceptance |
IMPLICIT
Static value Implicit for Acceptance |
|
static final
Acceptance |
OFFLINE
Static value Offline for Acceptance |
|
static final
Acceptance |
OTHER
Static value Other for Acceptance |
|
static final
Acceptance |
PHYSICAL_SIGN
Static value Physical |
Constructor Summary
| Constructor | Description |
|---|---|
| AcceptanceMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Acceptance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Acceptance |
fromString(String name)
Creates or finds a Acceptance |
|
static
Collection<Acceptance |
values()
Gets known Acceptance |
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
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:
Returns:
values
public static Collection<AcceptanceMode> values()
Gets known AcceptanceMode values.
Returns: