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