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