@FunctionalInterface public interface FourParamsRoute
Modifier and Type | Method and Description |
---|---|
default Object |
body(Context context,
String[] pathParameters) |
Object |
body(Context context,
String parameter1,
String parameter2,
String parameter3,
String parameter4) |
Copyright © 2015. All Rights Reserved.