azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

81 строка
5.5 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType"
name: "MessagingEntityType"
nameWithType: "MessagingEntityType"
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 **MessagingEntityType**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingEntityType?alt=com.microsoft.azure.servicebus.primitives.MessagingEntityType&text=MessagingEntityType\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.FILTER"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.FILTER"
name: "FILTER"
nameWithType: "MessagingEntityType.FILTER"
- uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.QUEUE"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.QUEUE"
name: "QUEUE"
nameWithType: "MessagingEntityType.QUEUE"
- uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.SUBSCRIPTION"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.SUBSCRIPTION"
name: "SUBSCRIPTION"
nameWithType: "MessagingEntityType.SUBSCRIPTION"
- uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.TOPIC"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.TOPIC"
name: "TOPIC"
nameWithType: "MessagingEntityType.TOPIC"
methods:
- uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.getIntValue()"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.getIntValue()"
name: "getIntValue()"
nameWithType: "MessagingEntityType.getIntValue()"
syntax: "public int getIntValue()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "MessagingEntityType.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 MessagingEntityType valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingEntityType?alt=com.microsoft.azure.servicebus.primitives.MessagingEntityType&text=MessagingEntityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.values()"
fullName: "com.microsoft.azure.servicebus.primitives.MessagingEntityType.values()"
name: "values()"
nameWithType: "MessagingEntityType.values()"
modifiers:
- "static"
syntax: "public static MessagingEntityType[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingEntityType?alt=com.microsoft.azure.servicebus.primitives.MessagingEntityType&text=MessagingEntityType\" data-throw-if-not-resolved=\"False\" />[]"
metadata: {}
package: "com.microsoft.azure.servicebus.primitives"
artifact: com.microsoft.azure:azure-servicebus:3.6.7