pathTemplate property

String pathTemplate
final

The URL path template, optionally containing :parameter interpolation tokens.

Example: '/api/v1/projects/:projectId/tasks/:taskId'

Implementation

final String pathTemplate;