Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
-
Packages that use ImmutableApplicationLogEntity.ImmutableLogBody Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableApplicationLogEntity.ImmutableLogBody in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableApplicationLogEntity.ImmutableLogBody Modifier and Type Method Description ImmutableApplicationLogEntity.ImmutableLogBodyImmutableApplicationLogEntity.ImmutableLogBody.Builder. build()Builds a newImmutableLogBody.static ImmutableApplicationLogEntity.ImmutableLogBodyImmutableApplicationLogEntity.ImmutableLogBody. copyOf(ApplicationLogEntity.LogBody instance)Creates an immutable copy of aApplicationLogEntity.LogBodyvalue.ImmutableApplicationLogEntity.ImmutableLogBodyImmutableApplicationLogEntity.ImmutableLogBody. withMessage(String value)Copy the current immutable object by setting a value for themessageattribute.ImmutableApplicationLogEntity.ImmutableLogBodyImmutableApplicationLogEntity.ImmutableLogBody. withMessageType(String value)Copy the current immutable object by setting a value for themessageTypeattribute.
-