public class DefaultCloudPlatformIntegrationConnection extends java.lang.Object implements CloudPlatformIntegrationConnection
| Constructor and Description |
|---|
DefaultCloudPlatformIntegrationConnection() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService |
getConfigurationService() |
Response |
publish(java.lang.String baseUrl,
java.lang.String pathUrl,
java.lang.Object body,
java.lang.String username,
java.lang.String password) |
ResponseData |
sendPost(java.lang.String pathUrl,
java.lang.Object body) |
void |
setConfigurationService(ConfigurationService configurationService) |
public DefaultCloudPlatformIntegrationConnection()
public ResponseData sendPost(java.lang.String pathUrl, java.lang.Object body) throws java.io.IOException
sendPost in interface CloudPlatformIntegrationConnectionjava.io.IOExceptionpublic Response publish(java.lang.String baseUrl,
java.lang.String pathUrl,
java.lang.Object body,
java.lang.String username,
java.lang.String password)
public ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
configurationService - the configurationService to setCopyright © 2018 SAP SE. All Rights Reserved.