public static interface EntityPropertyReference.Builder extends SdkPojo, CopyableBuilder<EntityPropertyReference.Builder,EntityPropertyReference>
| Modifier and Type | Method and Description |
|---|---|
EntityPropertyReference.Builder |
componentName(String componentName)
The name of the component.
|
EntityPropertyReference.Builder |
entityId(String entityId)
The ID of the entity.
|
EntityPropertyReference.Builder |
externalIdProperty(Map<String,String> externalIdProperty)
A mapping of external IDs to property names.
|
EntityPropertyReference.Builder |
propertyName(String propertyName)
The name of the property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityPropertyReference.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.EntityPropertyReference.Builder entityId(String entityId)
The ID of the entity.
entityId - The ID of the entity.EntityPropertyReference.Builder externalIdProperty(Map<String,String> externalIdProperty)
A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.
externalIdProperty - A mapping of external IDs to property names. External IDs uniquely identify properties from external
data stores.EntityPropertyReference.Builder propertyName(String propertyName)
The name of the property.
propertyName - The name of the property.Copyright © 2022. All rights reserved.