| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLog.MessageType |
ImmutableApplicationLog.getMessageType() |
abstract ApplicationLog.MessageType |
ApplicationLog.getMessageType() |
static ApplicationLog.MessageType |
ApplicationLog.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationLog.MessageType[] |
ApplicationLog.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.messageType(ApplicationLog.MessageType messageType)
Initializes the value for the
messageType attribute. |
ImmutableApplicationLog |
ImmutableApplicationLog.withMessageType(ApplicationLog.MessageType value)
Copy the current immutable object by setting a value for the
messageType attribute. |
Copyright © 2020 SAP SE. All rights reserved.