Class CorsRuleAllowedMethodsItem
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<CorsRuleAllowedMethodsItem>
-
- com.azure.resourcemanager.storage.models.CorsRuleAllowedMethodsItem
-
public final class CorsRuleAllowedMethodsItem extends com.azure.core.util.ExpandableStringEnum<CorsRuleAllowedMethodsItem>
Defines values for CorsRuleAllowedMethodsItem.
-
-
Field Summary
Fields Modifier and Type Field Description static CorsRuleAllowedMethodsItemDELETEStatic value DELETE for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemGETStatic value GET for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemHEADStatic value HEAD for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemMERGEStatic value MERGE for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemOPTIONSStatic value OPTIONS for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemPOSTStatic value POST for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemPUTStatic value PUT for CorsRuleAllowedMethodsItem.
-
Constructor Summary
Constructors Constructor Description CorsRuleAllowedMethodsItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CorsRuleAllowedMethodsItemfromString(String name)Creates or finds a CorsRuleAllowedMethodsItem from its string representation.static Collection<CorsRuleAllowedMethodsItem>values()
-
-
-
Field Detail
-
DELETE
public static final CorsRuleAllowedMethodsItem DELETE
Static value DELETE for CorsRuleAllowedMethodsItem.
-
GET
public static final CorsRuleAllowedMethodsItem GET
Static value GET for CorsRuleAllowedMethodsItem.
-
HEAD
public static final CorsRuleAllowedMethodsItem HEAD
Static value HEAD for CorsRuleAllowedMethodsItem.
-
MERGE
public static final CorsRuleAllowedMethodsItem MERGE
Static value MERGE for CorsRuleAllowedMethodsItem.
-
POST
public static final CorsRuleAllowedMethodsItem POST
Static value POST for CorsRuleAllowedMethodsItem.
-
OPTIONS
public static final CorsRuleAllowedMethodsItem OPTIONS
Static value OPTIONS for CorsRuleAllowedMethodsItem.
-
PUT
public static final CorsRuleAllowedMethodsItem PUT
Static value PUT for CorsRuleAllowedMethodsItem.
-
-
Method Detail
-
fromString
public static CorsRuleAllowedMethodsItem fromString(String name)
Creates or finds a CorsRuleAllowedMethodsItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CorsRuleAllowedMethodsItem.
-
values
public static Collection<CorsRuleAllowedMethodsItem> values()
- Returns:
- known CorsRuleAllowedMethodsItem values.
-
-