Package org.ldaptive.extended
Class ExtendedOperation.Builder
java.lang.Object
org.ldaptive.AbstractOperation.AbstractBuilder<ExtendedOperation.Builder,ExtendedOperation>
org.ldaptive.extended.ExtendedOperation.Builder
- Enclosing class:
- ExtendedOperation
public static class ExtendedOperation.Builder
extends AbstractOperation.AbstractBuilder<ExtendedOperation.Builder,ExtendedOperation>
Extended operation builder.
-
Field Summary
Fields inherited from class org.ldaptive.AbstractOperation.AbstractBuilder
object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononExtended(ExtendedValueHandler... handlers) Sets the functions to execute when an extended result is complete.protected ExtendedOperation.Builderself()Returns this builder.Methods inherited from class org.ldaptive.AbstractOperation.AbstractBuilder
build, factory, onControl, onException, onIntermediate, onReferral, onReferralResult, onRequest, onResult, onUnsolicitedNotification, throwIf
-
Constructor Details
-
Builder
protected Builder()Creates a new builder.
-
-
Method Details
-
self
Description copied from class:AbstractOperation.AbstractBuilderReturns this builder.- Specified by:
selfin classAbstractOperation.AbstractBuilder<ExtendedOperation.Builder,ExtendedOperation> - Returns:
- builder
-
onExtended
Sets the functions to execute when an extended result is complete.- Parameters:
handlers- to execute on an extended result- Returns:
- this builder
-