Class ObjectPath.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<ObjectPath>
co.yellowdog.platform.interaction.objectstore.ObjectPath.Builder
- Enclosing class:
ObjectPath
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the object without enforcing validation constraints.displayName
(String displayName) isPrefix
(boolean isPrefix) toString()
Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
build, validate
-
Method Details
-
name
- Returns:
this
.
-
displayName
- Returns:
this
.
-
isPrefix
- Returns:
this
.
-
buildUnchecked
Description copied from class:ValidatedBuilder
Builds the object without enforcing validation constraints. This should only be used for testing purposes- Overrides:
buildUnchecked
in classValidatedBuilder<ObjectPath>
- Returns:
- the object being built
-
toString
-