Uses of Interface
com.sap.cloudfoundry.client.facade.adapters.ApplicationLogsResponse
-
Packages that use ApplicationLogsResponse Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ApplicationLogsResponse in com.sap.cloudfoundry.client.facade.adapters
Classes in com.sap.cloudfoundry.client.facade.adapters that implement ApplicationLogsResponse Modifier and Type Class Description classImmutableApplicationLogsResponseImmutable implementation ofApplicationLogsResponse.Methods in com.sap.cloudfoundry.client.facade.adapters with parameters of type ApplicationLogsResponse Modifier and Type Method Description static ImmutableApplicationLogsResponseImmutableApplicationLogsResponse. copyOf(ApplicationLogsResponse instance)Creates an immutable copy of aApplicationLogsResponsevalue.ImmutableApplicationLogsResponse.BuilderImmutableApplicationLogsResponse.Builder. from(ApplicationLogsResponse instance)Fill a builder with attribute values from the providedApplicationLogsResponseinstance.
-