Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
Modifier and Type | Method and Description |
---|---|
RequestMethod |
HttpRequest.getMethod() |
static RequestMethod |
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HttpRequest(RequestMethod method,
String url,
HttpParameter[] parameters,
Authorization authorization,
Map<String,String> requestHeaders) |
Copyright © 2018. All rights reserved.