Class StepType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<StepType>
-
- com.azure.resourcemanager.containerregistry.models.StepType
-
public final class StepType extends com.azure.core.util.ExpandableStringEnum<StepType>
Defines values for StepType.
-
-
Constructor Summary
Constructors Constructor Description StepType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StepTypefromString(String name)Creates or finds a StepType from its string representation.static Collection<StepType>values()
-
-
-
Method Detail
-
fromString
public static StepType fromString(String name)
Creates or finds a StepType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding StepType.
-
values
public static Collection<StepType> values()
- Returns:
- known StepType values.
-
-