Uses of Class
org.apache.directory.api.ldap.model.message.controls.SortResultCode
-
Packages that use SortResultCode Package Description org.apache.directory.api.ldap.model.message.controls -
-
Uses of SortResultCode in org.apache.directory.api.ldap.model.message.controls
Methods in org.apache.directory.api.ldap.model.message.controls that return SortResultCode Modifier and Type Method Description static SortResultCodeSortResultCode. get(int code)returns the enum value representing the given code.SortResultCodeSortResponse. getSortResult()SortResultCodeSortResponseImpl. getSortResult()static SortResultCodeSortResultCode. 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.Methods in org.apache.directory.api.ldap.model.message.controls with parameters of type SortResultCode Modifier and Type Method Description voidSortResponse. setSortResult(SortResultCode result)sets the sort resultvoidSortResponseImpl. setSortResult(SortResultCode result)sets the sort result
-