public static final class TransformEntity.Arg.Builder
extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TransformEntity.Arg.Builder |
addBehaviorEntity(BehaviorEntity behaviorEntity)
Adds a behavior entity.
|
TransformEntity.Arg |
build()
Builds an Arg.
|
TransformEntity.Arg.Builder |
setContentEntity(ContentEntity contentEntity)
Sets the content entity.
|
TransformEntity.Arg.Builder |
setMultiple(boolean multiple)
Remembers if this arg allows multiple values.
|
TransformEntity.Arg.Builder |
setParams(Optional<Params> params)
Sets the params
|
TransformEntity.Arg.Builder |
setSyncEntity(SyncEntity syncEntity)
Sets the sync entity.
|
@Nonnull public TransformEntity.Arg.Builder addBehaviorEntity(BehaviorEntity behaviorEntity)
behaviorEntity
- The behavior entity.@Nonnull public TransformEntity.Arg build()
@Nonnull public TransformEntity.Arg.Builder setContentEntity(@Nonnull ContentEntity contentEntity)
contentEntity
- The content entity.@Nonnull public TransformEntity.Arg.Builder setMultiple(boolean multiple)
multiple
- True when a refering input can have more than one
value.@Nonnull public TransformEntity.Arg.Builder setParams(@Nonnull Optional<Params> params)
params
- The optional params.@Nonnull public TransformEntity.Arg.Builder setSyncEntity(@Nonnull SyncEntity syncEntity)
syncEntity
- The sync entity.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.