Interface AssetPropertyTimestamp.Builder

    • Method Detail

      • timeInSeconds

        AssetPropertyTimestamp.Builder timeInSeconds​(String timeInSeconds)

        A string that contains the time in seconds since epoch. Accepts substitution templates.

        Parameters:
        timeInSeconds - A string that contains the time in seconds since epoch. Accepts substitution templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • offsetInNanos

        AssetPropertyTimestamp.Builder offsetInNanos​(String offsetInNanos)

        Optional. A string that contains the nanosecond time offset. Accepts substitution templates.

        Parameters:
        offsetInNanos - Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.