public static final class DependentEntityMetadata.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DependentEntityMetadata.Builder |
attributes(DependentAttributeMetadataCollection attributes) |
DependentEntityMetadata |
build() |
DependentEntityMetadata.Builder |
displayName(String displayName) |
DependentEntityMetadata.Builder |
entityId(String entityId) |
DependentEntityMetadata.Builder |
logicalCollectionName(String logicalCollectionName) |
DependentEntityMetadata.Builder |
logicalName(String logicalName) |
DependentEntityMetadata.Builder |
objectTypeCode(Integer objectTypeCode) |
DependentEntityMetadata.Builder |
primaryIdAttribute(String primaryIdAttribute) |
DependentEntityMetadata.Builder |
primaryNameAttribute(String primaryNameAttribute) |
DependentEntityMetadata.Builder |
relationships(DependentRelationshipCollection relationships) |
public DependentEntityMetadata.Builder entityId(String entityId)
public DependentEntityMetadata.Builder logicalName(String logicalName)
public DependentEntityMetadata.Builder logicalCollectionName(String logicalCollectionName)
public DependentEntityMetadata.Builder objectTypeCode(Integer objectTypeCode)
public DependentEntityMetadata.Builder displayName(String displayName)
public DependentEntityMetadata.Builder primaryNameAttribute(String primaryNameAttribute)
public DependentEntityMetadata.Builder primaryIdAttribute(String primaryIdAttribute)
public DependentEntityMetadata.Builder attributes(DependentAttributeMetadataCollection attributes)
public DependentEntityMetadata.Builder relationships(DependentRelationshipCollection relationships)
public DependentEntityMetadata build()
Copyright © 2018–2021. All rights reserved.