| Package | Description |
|---|---|
| com.azure.core.amqp.models |
Package containing classes related to AMQP models classes.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpMessageBodyType |
AmqpMessageBody.getBodyType()
Gets the
AmqpMessageBodyType of the message. |
static AmqpMessageBodyType |
AmqpMessageBodyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpMessageBodyType[] |
AmqpMessageBodyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.