Uses of Interface
com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity.LogBody
-
Packages that use ApplicationLogEntity.LogBody Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ApplicationLogEntity.LogBody in com.sap.cloudfoundry.client.facade.adapters
Classes in com.sap.cloudfoundry.client.facade.adapters that implement ApplicationLogEntity.LogBody Modifier and Type Class Description static classImmutableApplicationLogEntity.ImmutableLogBodyImmutable implementation ofApplicationLogEntity.LogBody.Methods in com.sap.cloudfoundry.client.facade.adapters that return ApplicationLogEntity.LogBody Modifier and Type Method Description abstract ApplicationLogEntity.LogBodyApplicationLogEntity. getLogBody()ApplicationLogEntity.LogBodyImmutableApplicationLogEntity. getLogBody()Methods in com.sap.cloudfoundry.client.facade.adapters with parameters of type ApplicationLogEntity.LogBody Modifier and Type Method Description static ImmutableApplicationLogEntity.ImmutableLogBodyImmutableApplicationLogEntity.ImmutableLogBody. copyOf(ApplicationLogEntity.LogBody instance)Creates an immutable copy of aApplicationLogEntity.LogBodyvalue.ImmutableApplicationLogEntity.ImmutableLogBody.BuilderImmutableApplicationLogEntity.ImmutableLogBody.Builder. from(ApplicationLogEntity.LogBody instance)Fill a builder with attribute values from the providedLogBodyinstance.ImmutableApplicationLogEntity.BuilderImmutableApplicationLogEntity.Builder. logBody(ApplicationLogEntity.LogBody logBody)Initializes the value for thelogBodyattribute.ImmutableApplicationLogEntityImmutableApplicationLogEntity. withLogBody(ApplicationLogEntity.LogBody value)Copy the current immutable object by setting a value for thelogBodyattribute.
-