| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message.controls |
| Modifier and Type | Field and Description |
|---|---|
private SortResultCode |
SortResponseImpl.result
the sort operations result code
|
| Modifier and Type | Method and Description |
|---|---|
static SortResultCode |
SortResultCode.get(int code)
returns the enum value representing the given code.
|
SortResultCode |
SortResponseImpl.getSortResult() |
SortResultCode |
SortResponse.getSortResult() |
static SortResultCode |
SortResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortResultCode[] |
SortResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortResponseImpl.setSortResult(SortResultCode result)
sets the sort result
|
void |
SortResponse.setSortResult(SortResultCode result)
sets the sort result
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.