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: 0.2.0


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.

Reply via email to