Package org.ldaptive.extended
Class NoticeOfDisconnection.Builder
- java.lang.Object
-
- org.ldaptive.AbstractMessage.AbstractBuilder<B,T>
-
- org.ldaptive.AbstractResult.AbstractBuilder<ExtendedResponse.Builder,ExtendedResponse>
-
- org.ldaptive.extended.ExtendedResponse.Builder
-
- org.ldaptive.extended.UnsolicitedNotification.Builder
-
- org.ldaptive.extended.NoticeOfDisconnection.Builder
-
- Enclosing class:
- NoticeOfDisconnection
public static class NoticeOfDisconnection.Builder extends UnsolicitedNotification.Builder
-
-
Field Summary
-
Fields inherited from class org.ldaptive.AbstractMessage.AbstractBuilder
object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NoticeOfDisconnection.Builder
self()
-
Methods inherited from class org.ldaptive.extended.ExtendedResponse.Builder
responseName, responseValue
-
Methods inherited from class org.ldaptive.AbstractResult.AbstractBuilder
diagnosticMessage, matchedDN, referralURLs, resultCode
-
Methods inherited from class org.ldaptive.AbstractMessage.AbstractBuilder
build, controls, messageID
-
-
-
-
Method Detail
-
self
protected NoticeOfDisconnection.Builder self()
- Overrides:
self
in classUnsolicitedNotification.Builder
-
-