@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class CustomDDLApi extends Object
| Constructor and Description |
|---|
CustomDDLApi() |
CustomDDLApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CustomDdl |
customDDLCreateCustomDdl(CustomDdlCreateRequest customDdlCreateRequest)
createCustomDdl
Creates a new custom DDL.
|
CustomDdl |
customDDLDeleteCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName)
deleteCustomDdl
Deletes an existing custom DDL.
|
CustomDdl |
customDDLGetCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName)
getCustomDdl
Gets an existing custom DDL.
|
CustomDdlKeys |
customDDLGetCustomDdls(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion)
getCustomDdls
Gets a list of keys for all existing custom DDLs for a specific business object format.
|
CustomDdl |
customDDLUpdateCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName,
CustomDdlUpdateRequest customDdlUpdateRequest)
updateCustomDdl
Updates an existing custom DDL.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CustomDDLApi()
public CustomDDLApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CustomDdl customDDLCreateCustomDdl(CustomDdlCreateRequest customDdlCreateRequest) throws ApiException
customDdlCreateRequest - the information needed to create a custom DDLApiExceptionpublic CustomDdlKeys customDDLGetCustomDdls(String namespace, String businessObjectDefinitionName, String businessObjectFormatUsage, String businessObjectFormatFileType, Integer businessObjectFormatVersion) throws ApiException
namespace - the namespacebusinessObjectDefinitionName - the business object definition namebusinessObjectFormatUsage - the business object format usagebusinessObjectFormatFileType - the business object format file typebusinessObjectFormatVersion - the business object format versionApiExceptionpublic CustomDdl customDDLGetCustomDdl(String namespace, String businessObjectDefinitionName, String businessObjectFormatUsage, String businessObjectFormatFileType, Integer businessObjectFormatVersion, String customDdlName) throws ApiException
namespace - the namespacebusinessObjectDefinitionName - the business object definition namebusinessObjectFormatUsage - the business object format usagebusinessObjectFormatFileType - the business object format file typebusinessObjectFormatVersion - the business object format versioncustomDdlName - the custom DDL nameApiExceptionpublic CustomDdl customDDLUpdateCustomDdl(String namespace, String businessObjectDefinitionName, String businessObjectFormatUsage, String businessObjectFormatFileType, Integer businessObjectFormatVersion, String customDdlName, CustomDdlUpdateRequest customDdlUpdateRequest) throws ApiException
namespace - the namespacebusinessObjectDefinitionName - the business object definition namebusinessObjectFormatUsage - the business object format usagebusinessObjectFormatFileType - the business object format file typebusinessObjectFormatVersion - the business object format versioncustomDdlName - the custom DDL namecustomDdlUpdateRequest - the request information needed to update the custom DDLApiExceptionpublic CustomDdl customDDLDeleteCustomDdl(String namespace, String businessObjectDefinitionName, String businessObjectFormatUsage, String businessObjectFormatFileType, Integer businessObjectFormatVersion, String customDdlName) throws ApiException
namespace - the namespacebusinessObjectDefinitionName - the business object definition namebusinessObjectFormatUsage - the business object format usagebusinessObjectFormatFileType - the business object format file typebusinessObjectFormatVersion - the business object format versioncustomDdlName - the custom DDL nameApiExceptionCopyright © 2017. All rights reserved.