Interface BatchGetAssetPropertyValueHistoryEntry.Builder

    • Method Detail

      • assetId

        BatchGetAssetPropertyValueHistoryEntry.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

        BatchGetAssetPropertyValueHistoryEntry.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.
      • startDate

        BatchGetAssetPropertyValueHistoryEntry.Builder startDate​(Instant startDate)

        The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.

        Parameters:
        startDate - The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDate

        BatchGetAssetPropertyValueHistoryEntry.Builder endDate​(Instant endDate)

        The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.

        Parameters:
        endDate - The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualitiesWithStrings

        BatchGetAssetPropertyValueHistoryEntry.Builder qualitiesWithStrings​(Collection<String> qualities)

        The quality by which to filter asset data.

        Parameters:
        qualities - The quality by which to filter asset data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualitiesWithStrings

        BatchGetAssetPropertyValueHistoryEntry.Builder qualitiesWithStrings​(String... qualities)

        The quality by which to filter asset data.

        Parameters:
        qualities - The quality by which to filter asset data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualities

        BatchGetAssetPropertyValueHistoryEntry.Builder qualities​(Quality... qualities)

        The quality by which to filter asset data.

        Parameters:
        qualities - The quality by which to filter asset data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeOrdering

        BatchGetAssetPropertyValueHistoryEntry.Builder timeOrdering​(String timeOrdering)

        The chronological sorting order of the requested information.

        Default: ASCENDING

        Parameters:
        timeOrdering - The chronological sorting order of the requested information.

        Default: ASCENDING

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeOrdering, TimeOrdering
      • timeOrdering

        BatchGetAssetPropertyValueHistoryEntry.Builder timeOrdering​(TimeOrdering timeOrdering)

        The chronological sorting order of the requested information.

        Default: ASCENDING

        Parameters:
        timeOrdering - The chronological sorting order of the requested information.

        Default: ASCENDING

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeOrdering, TimeOrdering