public class DataModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DataModel.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataModelAttributeType> |
attributeTypes()
Gets the attributeTypes.
|
String |
locale()
Gets the locale.
|
DataModel.Builder |
newBuilder()
New builder.
|
Map<String,DataModelRecordType> |
recordTypes()
Gets the recordTypes.
|
Map<String,DataModelRelationshipType> |
relationshipTypes()
Gets the relationshipTypes.
|
DataModelSystemProperties |
systemProperties()
Gets the systemProperties.
|
public DataModel.Builder newBuilder()
public Map<String,DataModelAttributeType> attributeTypes()
public Map<String,DataModelRelationshipType> relationshipTypes()
public Map<String,DataModelRecordType> recordTypes()
public String locale()
public DataModelSystemProperties systemProperties()
Copyright © 2021 IBM Cloud. All rights reserved.