Uses of Class
com.sap.cloud.sdk.s4hana.serialization.SapClient
Packages that use SapClient
-
Uses of SapClient in com.sap.cloud.sdk.s4hana.serialization
Fields in com.sap.cloud.sdk.s4hana.serialization declared as SapClientModifier 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.Methods in com.sap.cloud.sdk.s4hana.serialization that return SapClientModifier and TypeMethodDescriptionstatic SapClient
Deprecated.Creates a newSapClient
based on the given Stringvalue
.Methods in com.sap.cloud.sdk.s4hana.serialization that return types with arguments of type SapClientModifier 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
.Methods in com.sap.cloud.sdk.s4hana.serialization with parameters of type SapClientModifier and TypeMethodDescriptionSapClientConverter.toDomainNonNull
(SapClient object) Deprecated.Method parameters in com.sap.cloud.sdk.s4hana.serialization with type arguments of type SapClientModifier and TypeMethodDescriptionSapClient.toStrings
(Collection<SapClient> values) Deprecated.Transforms the given collection ofSapClient
s to a set of Strings representing thoseSapClient
s via theSapClientConverter
.