Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Other XxxRequest objects have convenient fluent interfaces to build them. The only thing AddRequest has is setEntry(). So you have to build your entry separately. Instead, AddRequest could additionally have add( attribType, value1, ...) which pass through to the contained entry (and create a new DefaultEntry if entry was not set). Conversely, DefaultEntry could be modified to provide the Fluent interface, or a Builder...