Interface BatchGetAssetPropertyValueEntry.Builder

    • Method Detail

      • entryId

        BatchGetAssetPropertyValueEntry.Builder entryId​(String entryId)

        The ID of the entry.

        Parameters:
        entryId - The ID of the entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetId

        BatchGetAssetPropertyValueEntry.Builder assetId​(String assetId)

        The ID of the asset in which the asset property was created.

        Parameters:
        assetId - The ID of the asset in which the asset property was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyId

        BatchGetAssetPropertyValueEntry.Builder propertyId​(String propertyId)

        The ID of the asset property.

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