Uses of Class
com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Uses of SapClient in com.sap.cloud.sdk.s4hana.serialization
Modifier and TypeFieldDescriptionstatic final SapClient
SapClient.DEFAULT
Deprecated.Placeholder to indicate that the defaultSapClient
should be used when connecting to the ERP.static final SapClient
SapClient.EMPTY
Deprecated.Represents aSapClient
with an empty value.Modifier and TypeMethodDescriptionstatic SapClient
Deprecated.Creates a newSapClient
based on the given Stringvalue
.Modifier and TypeMethodDescriptionSapClientConverter.fromDomainNonNull
(String domainObject) Deprecated.SapClient.getType()
Deprecated.SapClientConverter.getType()
Deprecated.SapClient.getTypeConverter()
Deprecated.SapClient.toSapClients
(Collection<String> values) Deprecated.Transforms the given collection of Strings representingSapClient
s to a set ofSapClient
s via theSapClientConverter
.Modifier and TypeMethodDescriptionSapClientConverter.toDomainNonNull
(SapClient object) Deprecated.Modifier and TypeMethodDescriptionSapClient.toStrings
(Collection<SapClient> values) Deprecated.Transforms the given collection ofSapClient
s to a set of Strings representing thoseSapClient
s via theSapClientConverter
.