azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Cos...

96 строки
5.7 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.cosmos.models.CosmosItemOperationType"
fullName: "com.azure.cosmos.models.CosmosItemOperationType"
name: "CosmosItemOperationType"
nameWithType: "CosmosItemOperationType"
summary: "Depicts type of Cosmos Item Operation"
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#valueOf-java.lang.Class-java.lang.String-\">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#describeConstable--\">describeConstable</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 **CosmosItemOperationType**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosItemOperationType?alt=com.azure.cosmos.models.CosmosItemOperationType&text=CosmosItemOperationType\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.cosmos.models.CosmosItemOperationType.CREATE"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.CREATE"
name: "CREATE"
nameWithType: "CosmosItemOperationType.CREATE"
summary: "Create operation type."
desc: "Create operation type."
- uid: "com.azure.cosmos.models.CosmosItemOperationType.DELETE"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.DELETE"
name: "DELETE"
nameWithType: "CosmosItemOperationType.DELETE"
summary: "Delete operation type."
desc: "Delete operation type."
- uid: "com.azure.cosmos.models.CosmosItemOperationType.PATCH"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.PATCH"
name: "PATCH"
nameWithType: "CosmosItemOperationType.PATCH"
summary: "Patch operation type."
desc: "Patch operation type."
- uid: "com.azure.cosmos.models.CosmosItemOperationType.READ"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.READ"
name: "READ"
nameWithType: "CosmosItemOperationType.READ"
summary: "Read operation type."
desc: "Read operation type."
- uid: "com.azure.cosmos.models.CosmosItemOperationType.REPLACE"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.REPLACE"
name: "REPLACE"
nameWithType: "CosmosItemOperationType.REPLACE"
summary: "Replace operation type."
desc: "Replace operation type."
- uid: "com.azure.cosmos.models.CosmosItemOperationType.UPSERT"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.UPSERT"
name: "UPSERT"
nameWithType: "CosmosItemOperationType.UPSERT"
summary: "Upsert operation type."
desc: "Upsert operation type."
methods:
- uid: "com.azure.cosmos.models.CosmosItemOperationType.valueOf(java.lang.String)"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "CosmosItemOperationType.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 CosmosItemOperationType valueOf(String name)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperationType?alt=com.azure.cosmos.models.CosmosItemOperationType&text=CosmosItemOperationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.CosmosItemOperationType.values()"
fullName: "com.azure.cosmos.models.CosmosItemOperationType.values()"
name: "values()"
nameWithType: "CosmosItemOperationType.values()"
modifiers:
- "static"
syntax: "public static CosmosItemOperationType[] values()"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperationType?alt=com.azure.cosmos.models.CosmosItemOperationType&text=CosmosItemOperationType\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Depicts type of Cosmos Item Operation"
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.4