public class AdShowDeletedFactory extends Object implements ControlFactory<AdShowDeleted>
ControlFactory implementation for AdShowDeleted controls.| Constructor and Description |
|---|
AdShowDeletedFactory(LdapApiService codec)
Creates a new instance of AdDeletedFactory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<AdShowDeleted> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<AdShowDeleted> |
newCodecControl(AdShowDeleted control)
Decorates an existing control.
|
public AdShowDeletedFactory(LdapApiService codec)
codec - The LDAP codecpublic String getOid()
getOid in interface ControlFactory<AdShowDeleted>public CodecControl<AdShowDeleted> newCodecControl()
newCodecControl in interface ControlFactory<AdShowDeleted>CodecControl decorated version of the Control.public CodecControl<AdShowDeleted> newCodecControl(AdShowDeleted control)
newCodecControl in interface ControlFactory<AdShowDeleted>control - The Control to be decorated.Copyright © 2021. All rights reserved.