Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
-
Packages that use ImmutableApplicationLogsResponse Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableApplicationLogsResponse in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableApplicationLogsResponse Modifier and Type Method Description ImmutableApplicationLogsResponseImmutableApplicationLogsResponse.Builder. build()Builds a newImmutableApplicationLogsResponse.static ImmutableApplicationLogsResponseImmutableApplicationLogsResponse. copyOf(ApplicationLogsResponse instance)Creates an immutable copy of aApplicationLogsResponsevalue.ImmutableApplicationLogsResponseImmutableApplicationLogsResponse. withLogs(ApplicationLogEntity... elements)Copy the current immutable object with elements that replace the content oflogs.ImmutableApplicationLogsResponseImmutableApplicationLogsResponse. withLogs(Iterable<? extends ApplicationLogEntity> elements)Copy the current immutable object with elements that replace the content oflogs.
-