Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableRawApplicationLog
-
Packages that use ImmutableRawApplicationLog Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableRawApplicationLog in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableRawApplicationLog Modifier and Type Method Description ImmutableRawApplicationLogImmutableRawApplicationLog.Builder. build()Builds a newImmutableRawApplicationLog.static ImmutableRawApplicationLogImmutableRawApplicationLog. copyOf(RawApplicationLog instance)Creates an immutable copy of aRawApplicationLogvalue.static ImmutableRawApplicationLogImmutableRawApplicationLog. of(org.cloudfoundry.doppler.Envelope envelope)Construct a new immutableRawApplicationLoginstance.ImmutableRawApplicationLogImmutableRawApplicationLog. withEnvelope(org.cloudfoundry.doppler.Envelope value)Copy the current immutable object by setting a value for theenvelopeattribute.
-