Uses of Class
com.esri.core.portal.PortalQueryParams.PortalQuerySortOrder

Packages that use PortalQueryParams.PortalQuerySortOrder
com.esri.core.portal Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. 
 

Uses of PortalQueryParams.PortalQuerySortOrder in com.esri.core.portal
 

Methods in com.esri.core.portal that return PortalQueryParams.PortalQuerySortOrder
 PortalQueryParams.PortalQuerySortOrder PortalQueryParams.getSortOrder()
          Returns whether the order of results are returned in ascending or descending order.
static PortalQueryParams.PortalQuerySortOrder PortalQueryParams.PortalQuerySortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortalQueryParams.PortalQuerySortOrder[] PortalQueryParams.PortalQuerySortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.core.portal with parameters of type PortalQueryParams.PortalQuerySortOrder
 PortalQueryParams PortalQueryParams.setSortOrder(PortalQueryParams.PortalQuerySortOrder sortOrder)
          Sets whether the order of results are returned in ascending or descending order.
 



Copyright © 2012. All Rights Reserved.