95 строки
5.9 KiB
YAML
95 строки
5.9 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.azure.storage.blob.models.LeaseDurationType"
|
|
fullName: "com.azure.storage.blob.models.LeaseDurationType"
|
|
name: "LeaseDurationType"
|
|
nameWithType: "LeaseDurationType"
|
|
summary: "Defines values for Lease<wbr>Duration<wbr>Type."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#<T>valueOf-java.lang.Class<T>-java.lang.String-\"><T>valueOf</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public enum **LeaseDurationType**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.azure.storage.blob.models.LeaseDurationType.FIXED"
|
|
fullName: "com.azure.storage.blob.models.LeaseDurationType.FIXED"
|
|
name: "FIXED"
|
|
nameWithType: "LeaseDurationType.FIXED"
|
|
summary: "Enum value fixed."
|
|
desc: "Enum value fixed."
|
|
- uid: "com.azure.storage.blob.models.LeaseDurationType.INFINITE"
|
|
fullName: "com.azure.storage.blob.models.LeaseDurationType.INFINITE"
|
|
name: "INFINITE"
|
|
nameWithType: "LeaseDurationType.INFINITE"
|
|
summary: "Enum value infinite."
|
|
desc: "Enum value infinite."
|
|
methods:
|
|
- uid: "com.azure.storage.blob.models.LeaseDurationType.fromString(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.LeaseDurationType.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "LeaseDurationType.fromString(String value)"
|
|
summary: "Parses a serialized value to a Lease<wbr>Duration<wbr>Type instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static LeaseDurationType fromString(String value)"
|
|
desc: "Parses a serialized value to a LeaseDurationType instance."
|
|
returns:
|
|
description: "the parsed LeaseDurationType object, or null if unable to parse."
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.LeaseDurationType.toString()"
|
|
fullName: "com.azure.storage.blob.models.LeaseDurationType.toString()"
|
|
name: "toString()"
|
|
nameWithType: "LeaseDurationType.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.blob.models.LeaseDurationType.valueOf(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.LeaseDurationType.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "LeaseDurationType.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static LeaseDurationType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.LeaseDurationType.values()"
|
|
fullName: "com.azure.storage.blob.models.LeaseDurationType.values()"
|
|
name: "values()"
|
|
nameWithType: "LeaseDurationType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static LeaseDurationType[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for LeaseDurationType."
|
|
metadata: {}
|
|
package: "com.azure.storage.blob.models"
|
|
artifact: com.azure:azure-storage-blob:12.21.1
|