Class CacheType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CacheType>
com.azure.resourcemanager.cdn.models.CacheType
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, hashCode, toString, values
-
Field Details
-
ALL
Static value All for CacheType.
-
-
Constructor Details
-
CacheType
public CacheType()
-
-
Method Details
-
fromString
Creates or finds a CacheType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CacheType.
-
values
Gets known CacheType values.- Returns:
- known CacheType values.
-