Class CacheType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CacheType>
com.azure.resourcemanager.cdn.models.CacheType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The level at which the content needs to be cached.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CacheTypefromString(String name) Creates or finds a CacheType from its string representation.static Collection<CacheType> values()Gets known CacheType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALL
Static value All for CacheType.
-
-
Constructor Details
-
CacheType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CacheType value.
-
-
Method Details
-
fromString
-
values
Gets known CacheType values.- Returns:
- known CacheType values.
-
fromString(String)factory method.