Class SingletonRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration>

java.lang.Object
org.forgerock.opendj.config.RelationDefinition.AbstractBuilder<C,S,SingletonRelationDefinition<C,S>>
org.forgerock.opendj.config.SingletonRelationDefinition.Builder<C,S>
Type Parameters:
C - The type of client managed object configuration that this relation definition refers to.
S - The type of server managed object configuration that this relation definition refers to.
Enclosing class:
SingletonRelationDefinition<C extends ConfigurationClient,S extends Configuration>

public static final class SingletonRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration> extends RelationDefinition.AbstractBuilder<C,S,SingletonRelationDefinition<C,S>>
An interface for incrementally constructing singleton relation definitions.