Uses of Class
org.robovm.apple.social.SLRequestMethod
| Package | Description |
|---|---|
| org.robovm.apple.social |
-
Uses of SLRequestMethod in org.robovm.apple.social
Methods in org.robovm.apple.social that return SLRequestMethod Modifier and Type Method Description SLRequestMethodSLRequest. getRequestMethod()static SLRequestMethodSLRequestMethod. valueOf(long n)Returns the enum constant of this type with the specified name.static SLRequestMethodSLRequestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SLRequestMethod[]SLRequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.social with parameters of type SLRequestMethod Modifier and Type Method Description protected static longSLRequest. create(SLServiceType serviceType, SLRequestMethod requestMethod, NSURL url, NSDictionary<NSString,?> parameters)Constructors in org.robovm.apple.social with parameters of type SLRequestMethod Constructor Description SLRequest(SLServiceType serviceType, SLRequestMethod requestMethod, NSURL url, NSDictionary<NSString,?> parameters)