Interface UpdatableAbandonRequest
-
- All Superinterfaces:
AbandonRequest
,Request
,UpdatableRequest
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableAbandonRequest extends AbandonRequest, UpdatableRequest
This interface defines a set of methods which may be used to update an abandon request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setIDToAbandon(int messageID)
Specifies the message ID of the operation to abandon.-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.AbandonRequest
getIDToAbandon
-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request
getOperationType, getRequestControls
-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.UpdatableRequest
addRequestControl, setRequestControls
-
-
-
-
Method Detail
-
setIDToAbandon
void setIDToAbandon(int messageID)
Specifies the message ID of the operation to abandon.- Parameters:
messageID
- The message ID of the operation to abandon.
-
-