Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.s4hana.connectivity.exception |
Modifier and Type | Method and Description |
---|---|
ErpRelease |
InfoQueryResult.getErpRelease()
Release version of the ERP.
|
static ErpRelease |
ErpRelease.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErpRelease[] |
ErpRelease.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ErpRelease> |
ErpSystemInfo.getErpRelease()
Deprecated.
No longer supported, do not use.
|
Constructor and Description |
---|
ErpSystemInfo(int interfaceVersion,
ErpEdition erpEdition,
ErpRelease erpRelease,
DatabaseSystem databaseSystem,
String databaseSchema,
ErpSignature erpSignature,
SapClient sapClient,
String systemTimeZone,
String userTimeZone,
String userName)
Deprecated.
|
InfoQueryResult(int interfaceVersion,
String sapClient,
DatabaseSystem databaseSystem,
String databaseSchema,
ErpRelease erpRelease,
String userTimeZone,
String systemTimeZone,
String userName,
List<InfoQueryResult.SoftwareComponentVersion> softwareComponentVersions) |
Modifier and Type | Method and Description |
---|---|
ErpRelease |
ErpReleaseNotSupportedException.getErpRelease() |
Constructor and Description |
---|
ErpReleaseNotSupportedException(ErpRelease erpRelease) |
ErpReleaseNotSupportedException(ErpRelease erpRelease,
String message) |
ErpReleaseNotSupportedException(ErpRelease erpRelease,
String message,
Throwable cause) |
ErpReleaseNotSupportedException(ErpRelease erpRelease,
Throwable cause) |
Copyright © 2018 SAP SE. All rights reserved.