public class RedditRequestInput extends Object
| Constructor and Description |
|---|
RedditRequestInput(List<String> thePathSegments) |
RedditRequestInput(List<String> thePathSegments,
Map<String,String> theQueryParams) |
RedditRequestInput(List<String> thePathSegments,
Map<String,String> theQueryParams,
Map<String,String> theBodyParams) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getFormParams() |
List<String> |
getPathSegments() |
Map<String,String> |
getQueryParams() |
int |
hashCode() |
String |
toString() |
Copyright © 2013. All rights reserved.