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:ValidatedBuilderBuilds and validates the object.- Overrides:
buildin classValidatedBuilder<Track>- Returns:
- the object being built
-
toString
-