Package com.polar.sdk.api.model.restapi
Class PolarDeviceRestApiServices
-
- All Implemented Interfaces:
public final class PolarDeviceRestApiServicesLists REST API services and corresponding paths
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, String>pathsForServicesprivate final List<String>serviceNamesprivate final List<String>servicePathsprivate final Map<String, Object>dictionary
-
Constructor Summary
Constructors Constructor Description PolarDeviceRestApiServices(Map<String, Object> dictionary)
-
Method Summary
Modifier and Type Method Description final Map<String, String>getPathsForServices()final List<String>getServiceNames()final List<String>getServicePaths()final Map<String, Object>getDictionary()-
-
Method Detail
-
getPathsForServices
final Map<String, String> getPathsForServices()
-
getServiceNames
final List<String> getServiceNames()
-
getServicePaths
final List<String> getServicePaths()
-
getDictionary
final Map<String, Object> getDictionary()
-
-
-
-