| Package | Description |
|---|---|
| org.finra.herd.sdk.api |
| Modifier and Type | Method and Description |
|---|---|
CustomDdl |
CustomDDLApi.customDDLCreateCustomDdl(CustomDdlCreateRequest customDdlCreateRequest)
createCustomDdl
Creates a new custom DDL.
|
CustomDdl |
CustomDDLApi.customDDLDeleteCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName)
deleteCustomDdl
Deletes an existing custom DDL.
|
CustomDdl |
CustomDDLApi.customDDLGetCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName)
getCustomDdl
Gets an existing custom DDL.
|
CustomDdl |
CustomDDLApi.customDDLUpdateCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName,
CustomDdlUpdateRequest customDdlUpdateRequest)
updateCustomDdl
Updates an existing custom DDL.
|
Copyright © 2017. All rights reserved.