static PublishResult.PublishResultType |
PublishResult.PublishResultType.getEnumValueFromInteger(int value) |
Creates a Java PublishResultType enum value from a native integer value.
|
PublishResult.PublishResultType |
PublishResult.getType() |
Returns the type of data that was returned after calling Publish on the Mqtt5Client.
|
static PublishResult.PublishResultType |
PublishResult.PublishResultType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PublishResult.PublishResultType[] |
PublishResult.PublishResultType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|