public static class

PortalInfo.HelperServices

extends Object
java.lang.Object
   ↳ com.esri.core.portal.PortalInfo.HelperServices

Summary

Public Constructors
PortalInfo.HelperServices()
Public Methods
static PortalInfo.HelperServices fromJson(JsonParser parser)
From json.
List<PortalInfo.GeocodeServiceInfo> getGeocodeServices()
Gets the geocode services.
String getGeometryService()
Gets the geometry service.
String getPrintService()
Gets the print service.
String getRouteService()
Gets the route service.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PortalInfo.HelperServices ()

Public Methods

public static PortalInfo.HelperServices fromJson (JsonParser parser)

From json.

Parameters
parser the parser
Returns
  • the helper services
Throws
Exception the exception

public List<PortalInfo.GeocodeServiceInfo> getGeocodeServices ()

Gets the geocode services.

Returns
  • the geocode services

public String getGeometryService ()

Gets the geometry service.

Returns
  • the geometry service

public String getPrintService ()

Gets the print service.

Returns
  • the prints the service

public String getRouteService ()

Gets the route service.

Returns
  • the route service

public String toString ()