Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody.Builder
-
Packages that use ImmutableApplicationLogEntity.ImmutableLogBody.Builder Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableApplicationLogEntity.ImmutableLogBody.Builder in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableApplicationLogEntity.ImmutableLogBody.Builder Modifier and Type Method Description static ImmutableApplicationLogEntity.ImmutableLogBody.BuilderImmutableApplicationLogEntity.ImmutableLogBody. builder()Creates a builder forImmutableLogBody.ImmutableApplicationLogEntity.ImmutableLogBody.BuilderImmutableApplicationLogEntity.ImmutableLogBody.Builder. from(ApplicationLogEntity.LogBody instance)Fill a builder with attribute values from the providedLogBodyinstance.ImmutableApplicationLogEntity.ImmutableLogBody.BuilderImmutableApplicationLogEntity.ImmutableLogBody.Builder. message(String message)Initializes the value for themessageattribute.ImmutableApplicationLogEntity.ImmutableLogBody.BuilderImmutableApplicationLogEntity.ImmutableLogBody.Builder. messageType(String messageType)Initializes the value for themessageTypeattribute.
-