Class Track.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<Track>
co.yellowdog.platform.model.Track.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and validates the object.createdTime
(Instant createdTime) toString()
Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
buildUnchecked, validate
-
Method Details
-
id
- Returns:
this
.
-
createdTime
- Returns:
this
.
-
tags
- Returns:
this
.
-
build
Description copied from class:ValidatedBuilder
Builds and validates the object.- Overrides:
build
in classValidatedBuilder<Track>
- Returns:
- the object being built
-
toString
-