public final class JobStepActionSource extends com.microsoft.rest.ExpandableStringEnum<JobStepActionSource>
| Modifier and Type | Field and Description |
|---|---|
static JobStepActionSource |
INLINE
Static value Inline for JobStepActionSource.
|
| Constructor and Description |
|---|
JobStepActionSource() |
| Modifier and Type | Method and Description |
|---|---|
static JobStepActionSource |
fromString(String name)
Creates or finds a JobStepActionSource from its string representation.
|
static Collection<JobStepActionSource> |
values() |
public static final JobStepActionSource INLINE
public static JobStepActionSource fromString(String name)
name - a name to look forpublic static Collection<JobStepActionSource> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/