Package com.polar.sdk.api.model.restapi
Class PolarDeviceRestApiServices
-
- All Implemented Interfaces:
public final class PolarDeviceRestApiServices
Lists REST API services and corresponding paths
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, String>
pathsForServices
private final List<String>
serviceNames
private final List<String>
servicePaths
private 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()
-
-
-
-