AttributeSummary.Builder |
AttributeSummary.Builder.associatedRuleTypes(List<RuleType> associatedRuleTypes) |
Rule types associated with attribute.
|
static AttributeSummary.Builder |
AttributeSummary.builder() |
Create a new builder.
|
AttributeSummary.Builder |
AttributeSummary.Builder.businessName(String businessName) |
Optional user friendly business name of the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.copy(AttributeSummary model) |
|
AttributeSummary.Builder |
AttributeSummary.Builder.customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers) |
The list of customized properties along with the values for this object
|
AttributeSummary.Builder |
AttributeSummary.Builder.datatypeEntityKey(String datatypeEntityKey) |
Entity key that represents the datatype of this attribute , applicable if this attribute
is a complex type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.description(String description) |
Detailed description of the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.displayName(String displayName) |
A user-friendly display name.
|
AttributeSummary.Builder |
AttributeSummary.Builder.entityKey(String entityKey) |
The unique key of the parent entity.
|
AttributeSummary.Builder |
AttributeSummary.Builder.externalDataType(String externalDataType) |
Data type of the attribute as defined in the external source system.
|
AttributeSummary.Builder |
AttributeSummary.Builder.externalDatatypeEntityKey(String externalDatatypeEntityKey) |
External entity key that represents the datatype of this attribute , applicable if this
attribute is a complex type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.externalKey(String externalKey) |
Unique external key of this attribute in the external source system.
|
AttributeSummary.Builder |
AttributeSummary.Builder.externalParentAttributeKey(String externalParentAttributeKey) |
External attribute key that represents the parent attribute of this attribute ,
applicable if the parent attribute is of complex type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.isDerivedAttribute(Boolean isDerivedAttribute) |
Whether a column is derived or not.
|
AttributeSummary.Builder |
AttributeSummary.Builder.isNullable(Boolean isNullable) |
Property that identifies if this attribute can be assigned null values.
|
AttributeSummary.Builder |
AttributeSummary.Builder.key(String key) |
Unique attribute key that is immutable.
|
AttributeSummary.Builder |
AttributeSummary.Builder.length(Long length) |
Max allowed length of the attribute value.
|
AttributeSummary.Builder |
AttributeSummary.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
AttributeSummary.Builder |
AttributeSummary.Builder.lifecycleState(LifecycleState lifecycleState) |
State of the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.maxCollectionCount(Integer maxCollectionCount) |
The maximum count for the number of instances of a given type stored in this collection
type attribute,applicable if this attribute is a complex type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.minCollectionCount(Integer minCollectionCount) |
The minimum count for the number of instances of a given type stored in this collection
type attribute,applicable if this attribute is a complex type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.parentAttributeKey(String parentAttributeKey) |
Attribute key that represents the parent attribute of this attribute , applicable if the
parent attribute is of complex datatype.
|
AttributeSummary.Builder |
AttributeSummary.Builder.path(String path) |
Full path of the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.position(Integer position) |
Position of the attribute in the record definition.
|
AttributeSummary.Builder |
AttributeSummary.Builder.precision(Integer precision) |
Precision of the attribute value usually applies to float data type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the properties which are specific to the attribute type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.scale(Integer scale) |
Scale of the attribute value usually applies to float data type.
|
AttributeSummary.Builder |
AttributeSummary.Builder.timeCreated(Date timeCreated) |
The date and time the attribute was created, in the format defined by
RFC3339.
|
AttributeSummary.Builder |
AttributeSummary.Builder.timeUpdated(Date timeUpdated) |
The last time that any change was made to the attribute.
|
AttributeSummary.Builder |
AttributeSummary.toBuilder() |
|
AttributeSummary.Builder |
AttributeSummary.Builder.typeKey(String typeKey) |
The type of the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.uri(String uri) |
URI to the attribute instance in the API.
|