static TypeSystem.Builder |
TypeSystem.builder() |
Create a new builder.
|
TypeSystem.Builder |
TypeSystem.Builder.copy(TypeSystem model) |
|
TypeSystem.Builder |
TypeSystem.Builder.description(String description) |
A user defined description for the object.
|
TypeSystem.Builder |
TypeSystem.Builder.identifier(String identifier) |
Value can only contain upper case letters, underscore, and numbers.
|
TypeSystem.Builder |
TypeSystem.Builder.key(String key) |
The key of the object.
|
TypeSystem.Builder |
TypeSystem.Builder.modelType(String modelType) |
The type of the object.
|
TypeSystem.Builder |
TypeSystem.Builder.modelVersion(String modelVersion) |
The model version of an object.
|
TypeSystem.Builder |
TypeSystem.Builder.name(String name) |
Free form text without any restriction on permitted characters.
|
TypeSystem.Builder |
TypeSystem.Builder.objectStatus(Integer objectStatus) |
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
TypeSystem.Builder |
TypeSystem.Builder.objectVersion(Integer objectVersion) |
The version of the object that is used to track changes in the object instance.
|
TypeSystem.Builder |
TypeSystem.Builder.parentRef(ParentReference parentRef) |
|
TypeSystem.Builder |
TypeSystem.toBuilder() |
|
TypeSystem.Builder |
TypeSystem.Builder.typeMappingFrom(Map<String,String> typeMappingFrom) |
The type system to map from.
|
TypeSystem.Builder |
TypeSystem.Builder.typeMappingTo(Map<String,String> typeMappingTo) |
The type system to map to.
|
TypeSystem.Builder |
TypeSystem.Builder.types(List<DataType> types) |
An array of types.
|