Package dev.mayuna.simpleapi
Class PathParameter
java.lang.Object
dev.mayuna.simpleapi.PathParameter
Represents path parameter which will be replaced in your request
-
Method Summary
Modifier and TypeMethodDescriptionstatic PathParameterCreatesPathParameterwith parameter name and its replacement
-
Method Details
-
of
CreatesPathParameterwith parameter name and its replacement- Parameters:
id- Non-null parameter name. Must be without{}symbolsreplacement- Non-null replacement which will replace your path parameter- Returns:
- Non-null
PathParameterinstance
-