OnSuccess Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storageactions. models. OnSuccess
- com.
- com.
public final class OnSuccess
extends ExpandableStringEnum<OnSuccess>
Action to be taken when the operation is successful for a object.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
On |
CONTINUE
Static value continue for On |
Constructor Summary
| Constructor | Description |
|---|---|
| OnSuccess() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of On |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
On |
fromString(String name)
Creates or finds a On |
|
static
Collection<On |
values()
Gets known On |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONTINUE
public static final OnSuccess CONTINUE
Static value continue for OnSuccess.
Constructor Details
OnSuccess
@Deprecated
public OnSuccess()
Deprecated
Creates a new instance of OnSuccess value.
Method Details
fromString
public static OnSuccess fromString(String name)
Creates or finds a OnSuccess from its string representation.
Parameters:
Returns:
values
public static Collection<OnSuccess> values()
Gets known OnSuccess values.
Returns: