public class AtomHintBuilder extends TerminalBuilderBase<THIS>
| Modifier and Type | Field and Description |
|---|---|
protected WonMessageBuilder |
builder |
protected java.util.Optional<PARENT> |
parent |
| Constructor and Description |
|---|
AtomHintBuilder(WonMessageBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
THIS |
atom(java.net.URI atomURI)
Set the msg:atom property.
|
ContentBuilder<AtomHintBuilder> |
content()
Allows for setting content.
|
DirectionBuilder<AtomHintBuilder> |
direction()
Sets the rdf:type of the message to a
WonMessageDirection. |
AtomHintBuilder |
hintScore(double score) |
AtomHintBuilder |
hintTargetAtom(java.net.URI targetAtomURI) |
buildprotected java.util.Optional<PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>> parent
protected WonMessageBuilder builder
public AtomHintBuilder(WonMessageBuilder builder)
public AtomHintBuilder hintTargetAtom(java.net.URI targetAtomURI)
public AtomHintBuilder hintScore(double score)
public DirectionBuilder<AtomHintBuilder> direction()
WonMessageDirection. Default is
WonMessageDirection.FROM_OWNER.public ContentBuilder<AtomHintBuilder> content()
public THIS atom(java.net.URI atomURI)
atomURI - Copyright © 2019. All Rights Reserved.