Uses of Class
com.sap.cloudfoundry.client.facade.domain.ApplicationLog.MessageType
-
Packages that use ApplicationLog.MessageType Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ApplicationLog.MessageType in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ApplicationLog.MessageType Modifier and Type Method Description abstract ApplicationLog.MessageTypeApplicationLog. getMessageType()ApplicationLog.MessageTypeImmutableApplicationLog. getMessageType()static ApplicationLog.MessageTypeApplicationLog.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.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type ApplicationLog.MessageType Modifier and Type Method Description ImmutableApplicationLog.BuilderImmutableApplicationLog.Builder. messageType(ApplicationLog.MessageType messageType)Initializes the value for themessageTypeattribute.ImmutableApplicationLogImmutableApplicationLog. withMessageType(ApplicationLog.MessageType value)Copy the current immutable object by setting a value for themessageTypeattribute.
-