Interface ThingTypeMetadata.Builder

    • Method Detail

      • deprecated

        ThingTypeMetadata.Builder deprecated​(Boolean deprecated)

        Whether the thing type is deprecated. If true, no new things could be associated with this type.

        Parameters:
        deprecated - Whether the thing type is deprecated. If true, no new things could be associated with this type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deprecationDate

        ThingTypeMetadata.Builder deprecationDate​(Instant deprecationDate)

        The date and time when the thing type was deprecated.

        Parameters:
        deprecationDate - The date and time when the thing type was deprecated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        ThingTypeMetadata.Builder creationDate​(Instant creationDate)

        The date and time when the thing type was created.

        Parameters:
        creationDate - The date and time when the thing type was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.