Package com.azure.storage.blob.models
Class PublicAccessType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PublicAccessType>
com.azure.storage.blob.models.PublicAccessType
public final class PublicAccessType
extends com.azure.core.util.ExpandableStringEnum<PublicAccessType>
Defines values for PublicAccessType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PublicAccessTypeStatic value blob for PublicAccessType.static final PublicAccessTypeStatic value container for PublicAccessType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PublicAccessTypefromString(String name) Creates or finds a PublicAccessType from its string representation.static Collection<PublicAccessType>values()Gets known PublicAccessType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CONTAINER
Static value container for PublicAccessType. -
BLOB
Static value blob for PublicAccessType.
-
-
Constructor Details
-
PublicAccessType
Deprecated.Use thefromString(String)factory method.Creates a new instance of PublicAccessType value.
-
-
Method Details
-
fromString
Creates or finds a PublicAccessType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PublicAccessType.
-
values
Gets known PublicAccessType values.- Returns:
- known PublicAccessType values.
-
fromString(String)factory method.