| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected Schema |
BusinessObjectFormatCreateRequest.schema |
protected Schema |
BusinessObjectFormatUpdateRequest.schema |
protected Schema |
BusinessObjectFormat.schema |
| Modifier and Type | Method and Description |
|---|---|
Schema |
ObjectFactory.createSchema()
Create an instance of
Schema |
Schema |
BusinessObjectFormatCreateRequest.getSchema()
Gets the value of the schema property.
|
Schema |
BusinessObjectFormatUpdateRequest.getSchema()
Gets the value of the schema property.
|
Schema |
BusinessObjectFormat.getSchema()
Gets the value of the schema property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectFormatCreateRequest.setSchema(Schema value)
Sets the value of the schema property.
|
void |
BusinessObjectFormatUpdateRequest.setSchema(Schema value)
Sets the value of the schema property.
|
void |
BusinessObjectFormat.setSchema(Schema value)
Sets the value of the schema property.
|
| Constructor and Description |
|---|
BusinessObjectFormat(long id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
boolean latestVersion,
String partitionKey,
String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema,
List<BusinessObjectFormatKey> businessObjectFormatParents,
List<BusinessObjectFormatKey> businessObjectFormatChildren,
List<BusinessObjectFormatExternalInterfaceKey> businessObjectFormatExternalInterfaces,
Boolean recordFlag,
Integer retentionPeriodInDays,
String retentionType,
Boolean allowNonBackwardsCompatibleChanges,
String relationalSchemaName,
String relationalTableName)
Fully-initialising value constructor
|
BusinessObjectFormatCreateRequest(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String partitionKey,
String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema,
String relationalSchemaName,
String relationalTableName)
Fully-initialising value constructor
|
BusinessObjectFormatUpdateRequest(String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
Schema schema)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.