Interface Entity.Builder

    • Method Detail

      • entityType

        Entity.Builder entityType​(String entityType)

        The entity type.

        Parameters:
        entityType - The entity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityId

        Entity.Builder entityId​(String entityId)

        The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.

        Parameters:
        entityId - The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.