@FunctionalInterface public interface ThreeParamsRoute
Modifier and Type | Method and Description |
---|---|
default Object |
body(Context context,
String[] pathParameters) |
Object |
body(Context context,
String pathParameter1,
String pathParameter2,
String pathParameter3) |
Copyright © 2015. All Rights Reserved.