azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.service...

104 строки
7.0 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState"
name: "ServiceBusMessageState"
nameWithType: "ServiceBusMessageState"
summary: "Represents the message state of the <xref uid=\"com.azure.messaging.servicebus.ServiceBusReceivedMessage\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceBusReceivedMessage\"></xref>."
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 **ServiceBusMessageState**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.messaging.servicebus.models.ServiceBusMessageState?alt=com.azure.messaging.servicebus.models.ServiceBusMessageState&text=ServiceBusMessageState\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState.ACTIVE"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState.ACTIVE"
name: "ACTIVE"
nameWithType: "ServiceBusMessageState.ACTIVE"
summary: "Specifies an active message state."
desc: "Specifies an active message state."
- uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState.DEFERRED"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState.DEFERRED"
name: "DEFERRED"
nameWithType: "ServiceBusMessageState.DEFERRED"
summary: "Specifies a deferred message state."
desc: "Specifies a deferred message state."
- uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState.SCHEDULED"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState.SCHEDULED"
name: "SCHEDULED"
nameWithType: "ServiceBusMessageState.SCHEDULED"
summary: "Specifies a scheduled message state."
desc: "Specifies a scheduled message state."
methods:
- uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState.fromValue(int)"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState.fromValue(int value)"
name: "fromValue(int value)"
nameWithType: "ServiceBusMessageState.fromValue(int value)"
summary: "Gets the message state from `value`."
modifiers:
- "static"
parameters:
- description: "Integer value of the message state."
name: "value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ServiceBusMessageState fromValue(int value)"
desc: "Gets the message state from `value`."
returns:
description: "The corresponding message state."
type: "<xref href=\"com.azure.messaging.servicebus.models.ServiceBusMessageState?alt=com.azure.messaging.servicebus.models.ServiceBusMessageState&text=ServiceBusMessageState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState.getValue()"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState.getValue()"
name: "getValue()"
nameWithType: "ServiceBusMessageState.getValue()"
summary: "Gets the value of the message state."
syntax: "public int getValue()"
desc: "Gets the value of the message state."
returns:
description: "The value of the message state."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState.valueOf(java.lang.String)"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ServiceBusMessageState.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 ServiceBusMessageState valueOf(String name)"
returns:
type: "<xref href=\"com.azure.messaging.servicebus.models.ServiceBusMessageState?alt=com.azure.messaging.servicebus.models.ServiceBusMessageState&text=ServiceBusMessageState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.servicebus.models.ServiceBusMessageState.values()"
fullName: "com.azure.messaging.servicebus.models.ServiceBusMessageState.values()"
name: "values()"
nameWithType: "ServiceBusMessageState.values()"
modifiers:
- "static"
syntax: "public static ServiceBusMessageState[] values()"
returns:
type: "<xref href=\"com.azure.messaging.servicebus.models.ServiceBusMessageState?alt=com.azure.messaging.servicebus.models.ServiceBusMessageState&text=ServiceBusMessageState\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Represents the message state of the <xref uid=\"com.azure.messaging.servicebus.ServiceBusReceivedMessage\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceBusReceivedMessage\"></xref>."
metadata: {}
package: "com.azure.messaging.servicebus.models"
artifact: com.azure:azure-messaging-servicebus:7.17.5