Uses of Class
org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsStates
-
Packages that use PagedResultsStates Package Description org.apache.directory.api.ldap.codec.controls.search.pagedSearch -
-
Uses of PagedResultsStates in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
Methods in org.apache.directory.api.ldap.codec.controls.search.pagedSearch that return PagedResultsStates Modifier and Type Method Description PagedResultsStatesPagedResultsStates. getStartState()static PagedResultsStatesPagedResultsStates. valueOf(String name)Returns the enum constant of this type with the specified name.static PagedResultsStates[]PagedResultsStates. values()Returns an array containing the constants of this enum type, in the order they are declared.
-