Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
-
Packages that use ApplicationLogEntity Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ApplicationLogEntity in com.sap.cloudfoundry.client.facade.adapters
Subclasses of ApplicationLogEntity in com.sap.cloudfoundry.client.facade.adapters Modifier and Type Class Description classImmutableApplicationLogEntityImmutable implementation ofApplicationLogEntity.Methods in com.sap.cloudfoundry.client.facade.adapters that return types with arguments of type ApplicationLogEntity Modifier and Type Method Description List<ApplicationLogEntity>ApplicationLogsResponse. getLogs()List<ApplicationLogEntity>ImmutableApplicationLogsResponse. getLogs()Methods in com.sap.cloudfoundry.client.facade.adapters with parameters of type ApplicationLogEntity Modifier and Type Method Description ImmutableApplicationLogsResponse.BuilderImmutableApplicationLogsResponse.Builder. addLog(ApplicationLogEntity element)Adds one element tologslist.ImmutableApplicationLogsResponse.BuilderImmutableApplicationLogsResponse.Builder. addLogs(ApplicationLogEntity... elements)Adds elements tologslist.intApplicationLogEntity. compareTo(ApplicationLogEntity otherLog)static ImmutableApplicationLogEntityImmutableApplicationLogEntity. copyOf(ApplicationLogEntity instance)Creates an immutable copy of aApplicationLogEntityvalue.ImmutableApplicationLogEntity.BuilderImmutableApplicationLogEntity.Builder. from(ApplicationLogEntity instance)Fill a builder with attribute values from the providedApplicationLogEntityinstance.ImmutableApplicationLogsResponseImmutableApplicationLogsResponse. withLogs(ApplicationLogEntity... elements)Copy the current immutable object with elements that replace the content oflogs.Method parameters in com.sap.cloudfoundry.client.facade.adapters with type arguments of type ApplicationLogEntity Modifier and Type Method Description ImmutableApplicationLogsResponse.BuilderImmutableApplicationLogsResponse.Builder. addAllLogs(Iterable<? extends ApplicationLogEntity> elements)Adds elements tologslist.ImmutableApplicationLogsResponse.BuilderImmutableApplicationLogsResponse.Builder. logs(Iterable<? extends ApplicationLogEntity> elements)Sets or replaces all elements forlogslist.ImmutableApplicationLogsResponseImmutableApplicationLogsResponse. withLogs(Iterable<? extends ApplicationLogEntity> elements)Copy the current immutable object with elements that replace the content oflogs.
-