72 строки
5.3 KiB
YAML
72 строки
5.3 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.azure.core.annotation.ServiceClientProtocol"
|
|
fullName: "com.azure.core.annotation.ServiceClientProtocol"
|
|
name: "ServiceClientProtocol"
|
|
nameWithType: "ServiceClientProtocol"
|
|
summary: "Enumeration of protocols available for setting the <xref uid=\"com.azure.core.annotation.ServiceClientBuilder.protocol()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"protocol\"></xref> property of <xref uid=\"com.azure.core.annotation.ServiceClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceClientBuilder\"></xref> annotation."
|
|
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 **ServiceClientProtocol**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.core.annotation.ServiceClientProtocol?alt=com.azure.core.annotation.ServiceClientProtocol&text=ServiceClientProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.azure.core.annotation.ServiceClientProtocol.AMQP"
|
|
fullName: "com.azure.core.annotation.ServiceClientProtocol.AMQP"
|
|
name: "AMQP"
|
|
nameWithType: "ServiceClientProtocol.AMQP"
|
|
summary: "AMQP protocol."
|
|
desc: "AMQP protocol."
|
|
- uid: "com.azure.core.annotation.ServiceClientProtocol.HTTP"
|
|
fullName: "com.azure.core.annotation.ServiceClientProtocol.HTTP"
|
|
name: "HTTP"
|
|
nameWithType: "ServiceClientProtocol.HTTP"
|
|
summary: "HTTP protocol."
|
|
desc: "HTTP protocol."
|
|
methods:
|
|
- uid: "com.azure.core.annotation.ServiceClientProtocol.valueOf(java.lang.String)"
|
|
fullName: "com.azure.core.annotation.ServiceClientProtocol.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "ServiceClientProtocol.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 ServiceClientProtocol valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.core.annotation.ServiceClientProtocol?alt=com.azure.core.annotation.ServiceClientProtocol&text=ServiceClientProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.annotation.ServiceClientProtocol.values()"
|
|
fullName: "com.azure.core.annotation.ServiceClientProtocol.values()"
|
|
name: "values()"
|
|
nameWithType: "ServiceClientProtocol.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static ServiceClientProtocol[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.azure.core.annotation.ServiceClientProtocol?alt=com.azure.core.annotation.ServiceClientProtocol&text=ServiceClientProtocol\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Enumeration of protocols available for setting the <xref uid=\"com.azure.core.annotation.ServiceClientBuilder.protocol()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"protocol\"></xref> property of <xref uid=\"com.azure.core.annotation.ServiceClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceClientBuilder\"></xref> annotation."
|
|
metadata: {}
|
|
package: "com.azure.core.annotation"
|
|
artifact: com.azure:azure-core:1.54.0
|