Uses of Class
org.robovm.apple.twitter.TWRequestMethod
| Package | Description |
|---|---|
| org.robovm.apple.twitter |
-
Uses of TWRequestMethod in org.robovm.apple.twitter
Methods in org.robovm.apple.twitter that return TWRequestMethod Modifier and Type Method Description TWRequestMethodTWRequest. getRequestMethod()Deprecated.static TWRequestMethodTWRequestMethod. valueOf(long n)Returns the enum constant of this type with the specified name.static TWRequestMethodTWRequestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static TWRequestMethod[]TWRequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.twitter with parameters of type TWRequestMethod Modifier and Type Method Description protected longTWRequest. init(NSURL url, NSDictionary parameters, TWRequestMethod requestMethod)Deprecated.Constructors in org.robovm.apple.twitter with parameters of type TWRequestMethod Constructor Description TWRequest(NSURL url, NSDictionary parameters, TWRequestMethod requestMethod)Deprecated.