Class CacheBehavior
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<CacheBehavior>
com.microsoft.azure.management.cdn.CacheBehavior
Defines values for CacheBehavior.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CacheBehavior
Static value BypassCache for CacheBehavior.static final CacheBehavior
Static value Override for CacheBehavior.static final CacheBehavior
Static value SetIfMissing for CacheBehavior. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CacheBehavior
fromString
(String name) Creates or finds a CacheBehavior from its string representation.static Collection<CacheBehavior>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
BYPASS_CACHE
Static value BypassCache for CacheBehavior. -
OVERRIDE
Static value Override for CacheBehavior. -
SET_IF_MISSING
Static value SetIfMissing for CacheBehavior.
-
-
Constructor Details
-
CacheBehavior
public CacheBehavior()
-
-
Method Details
-
fromString
Creates or finds a CacheBehavior from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding CacheBehavior
-
values
- Returns:
- known CacheBehavior values
-