Interface EntityPropertyReference.Builder

    • Method Detail

      • componentName

        EntityPropertyReference.Builder componentName​(String componentName)

        The name of the component.

        Parameters:
        componentName - The name of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentPath

        EntityPropertyReference.Builder componentPath​(String componentPath)

        This string specifies the path to the composite component, starting from the top-level component.

        Parameters:
        componentPath - This string specifies the path to the composite component, starting from the top-level component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalIdProperty

        EntityPropertyReference.Builder externalIdProperty​(Map<String,​String> externalIdProperty)

        A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.

        Parameters:
        externalIdProperty - A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityId

        EntityPropertyReference.Builder entityId​(String entityId)

        The ID of the entity.

        Parameters:
        entityId - The ID of the entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyName

        EntityPropertyReference.Builder propertyName​(String propertyName)

        The name of the property.

        Parameters:
        propertyName - The name of the property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.