Package org.ldaptive.handler
Class CaseChangeEntryHandler.Builder
java.lang.Object
org.ldaptive.handler.CaseChangeEntryHandler.Builder
- Enclosing class:
- CaseChangeEntryHandler
Case change entry handler builder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CaseChangeEntryHandlerCase change entry handler to build. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the attribute name case change.attributeNames(String... names) Sets the attribute names.Sets the attribute value case change.build()Returns the case change entry handler.Sets the DN case change.freeze()Makes this instance immutable.
-
Field Details
-
object
Case change entry handler to build.
-
-
Constructor Details
-
Builder
private Builder()Default constructor.
-
-
Method Details
-
freeze
Makes this instance immutable.- Returns:
- this builder
-
dnCaseChange
Sets the DN case change.- Parameters:
cc- DN case change- Returns:
- this builder
-
attributeNameCaseChange
Sets the attribute name case change.- Parameters:
cc- attribute name case change- Returns:
- this builder
-
attributeValueCaseChange
public CaseChangeEntryHandler.Builder attributeValueCaseChange(CaseChangeEntryHandler.CaseChange cc) Sets the attribute value case change.- Parameters:
cc- attribute value case change- Returns:
- this builder
-
attributeNames
Sets the attribute names.- Parameters:
names- attribute names- Returns:
- this builder
-
build
Returns the case change entry handler.- Returns:
- case change entry handler
-