Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.contacts.protocol.contactserver.SortMode

Packages that use SortMode
com.genesyslab.platform.contacts.protocol.contactserver This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server. 
 

Uses of SortMode in com.genesyslab.platform.contacts.protocol.contactserver
 

Fields in com.genesyslab.platform.contacts.protocol.contactserver declared as SortMode
static SortMode SortMode.Ascending
           
static SortMode SortMode.Descending
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver that return SortMode
static SortMode SortMode.create(java.lang.String name)
           
 SortMode SortCriteria.getSortOperator()
          Can have value of 'Ascending' or 'Descending'.
static SortMode SortMode.toEnum(java.lang.String val)
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type SortMode
static java.lang.String SortMode.fromEnum(SortMode val)
           
 void SortCriteria.setSortOperator(SortMode value)
          Can have value of 'Ascending' or 'Descending'.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.