public static interface InheritanceNode.Builder extends NodeBuilder<InheritanceNode,InheritanceNode.Builder>
InheritanceNode builder.| Modifier and Type | Method and Description |
|---|---|
@NonNull InheritanceNode.Builder |
group(@NonNull Group group)
Sets the group to inherit.
|
@NonNull InheritanceNode.Builder |
group(@NonNull String group)
Sets the name of the group to inherit.
|
build, clearExpiry, context, expiry, expiry, expiry, expiry, negated, value, withContext, withContext, withMetadata@NonNull InheritanceNode.Builder group(@NonNull String group)
Note that only one of this method and group(Group)
need be called.
group - the group name@NonNull InheritanceNode.Builder group(@NonNull Group group)
Note that only one of this method and group(String)
need be called.
group - the group