public class ModificationBuilderScaffold<THIS extends ModificationBuilderScaffold<THIS,PARENT>,PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected WonMessageBuilder |
builder |
protected java.util.Optional<PARENT> |
parent |
| Constructor and Description |
|---|
ModificationBuilderScaffold(PARENT parent) |
| Modifier and Type | Method and Description |
|---|---|
PARENT |
retracts(java.net.URI... other)
Retract the specified messages as identified by their URIs.
|
PARENT |
retracts(WonMessage... other)
Retract the specified messages.
|
protected java.util.Optional<PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>> parent
protected WonMessageBuilder builder
public ModificationBuilderScaffold(PARENT parent)
public PARENT retracts(java.net.URI... other)
other - the message URIs to retractpublic PARENT retracts(WonMessage... other)
other - the messages to retractCopyright © 2020. All Rights Reserved.