Package | Description |
---|---|
org.apache.directory.shared.dsmlv2.request |
Modifier and Type | Method and Description |
---|---|
BatchRequest.ResponseOrder |
BatchRequestDsml.getResponseOrder()
Gets the reponse order type of the request
|
BatchRequest.ResponseOrder |
BatchRequest.getResponseOrder()
Gets the reponse order type of the request
|
static BatchRequest.ResponseOrder |
BatchRequest.ResponseOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchRequest.ResponseOrder[] |
BatchRequest.ResponseOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchRequestDsml.setResponseOrder(BatchRequest.ResponseOrder responseOrder)
Sets the reponse order type of the request
|
void |
BatchRequest.setResponseOrder(BatchRequest.ResponseOrder responseOrder)
Sets the reponse order type of the request
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.