Package io.realm.kotlin.internal.interop
Class realm_http_request_method_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_http_request_method_e
-
public final class realm_http_request_method_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_HTTP_REQUEST_METHOD_DELETEstatic intRLM_HTTP_REQUEST_METHOD_GETstatic intRLM_HTTP_REQUEST_METHOD_PATCHstatic intRLM_HTTP_REQUEST_METHOD_POSTstatic intRLM_HTTP_REQUEST_METHOD_PUT
-
Constructor Summary
Constructors Constructor Description realm_http_request_method_e()
-
-
-
Field Detail
-
RLM_HTTP_REQUEST_METHOD_GET
public static final int RLM_HTTP_REQUEST_METHOD_GET
- See Also:
- Constant Field Values
-
RLM_HTTP_REQUEST_METHOD_POST
public static final int RLM_HTTP_REQUEST_METHOD_POST
- See Also:
- Constant Field Values
-
RLM_HTTP_REQUEST_METHOD_PATCH
public static final int RLM_HTTP_REQUEST_METHOD_PATCH
- See Also:
- Constant Field Values
-
RLM_HTTP_REQUEST_METHOD_PUT
public static final int RLM_HTTP_REQUEST_METHOD_PUT
- See Also:
- Constant Field Values
-
RLM_HTTP_REQUEST_METHOD_DELETE
public static final int RLM_HTTP_REQUEST_METHOD_DELETE
- See Also:
- Constant Field Values
-
-