Uses of Class
org.apache.directory.api.dsmlv2.request.BatchRequestDsml.ResponseOrder
-
Packages that use BatchRequestDsml.ResponseOrder Package Description org.apache.directory.api.dsmlv2.request -
-
Uses of BatchRequestDsml.ResponseOrder in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that return BatchRequestDsml.ResponseOrder Modifier and Type Method Description BatchRequestDsml.ResponseOrderBatchRequestDsml. getResponseOrder()Gets the response order type of the requeststatic BatchRequestDsml.ResponseOrderBatchRequestDsml.ResponseOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchRequestDsml.ResponseOrder[]BatchRequestDsml.ResponseOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.dsmlv2.request with parameters of type BatchRequestDsml.ResponseOrder Modifier and Type Method Description voidBatchRequestDsml. setResponseOrder(BatchRequestDsml.ResponseOrder responseOrder)Sets the response order type of the request
-