[
https://issues.apache.org/jira/browse/DIRAPI-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny updated DIRAPI-19:
------------------------------------
Fix Version/s: (was: 0.2.0)
1.0-M1
> Method AbstractMessage.setMessageId(...) should have a return type set to
> type of message in order to allow chaining like the other setter methods
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DIRAPI-19
> URL: https://issues.apache.org/jira/browse/DIRAPI-19
> Project: Directory Client API
> Issue Type: Improvement
> Affects Versions: 0.1.0
> Reporter: Pierre-Arnaud Marcelot
> Priority: Minor
> Fix For: 1.0-M1
>
>
> Method AbstractMessage.setMessageId(...) should have a return type set to
> type of message in order to allow chaining like the other setter methods.
> For example, I'd like to be able to this:
> BindRequest bindRequest = new BindRequest();
> bindRequest.setMessageId( ... ).setName( ... ).setCredentials( ... )
> ... etc
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.