Package apple.social.enums
Class SLRequestMethod
- java.lang.Object
-
- apple.social.enums.SLRequestMethod
-
public final class SLRequestMethod extends java.lang.Object
-
-
Field Detail
-
GET
public static final long GET
- See Also:
- Constant Field Values
-
POST
public static final long POST
- See Also:
- Constant Field Values
-
DELETE
public static final long DELETE
- See Also:
- Constant Field Values
-
PUT
public static final long PUT
- See Also:
- Constant Field Values
-
-