Uses of Enum
com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator.RequestMethod
-
Uses of AnkaMgmtCommunicator.RequestMethod in com.veertu.ankaMgmtSdk
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AnkaMgmtCommunicator.RequestMethod[]
AnkaMgmtCommunicator.RequestMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected org.json.JSONObject
AnkaMgmtCommunicator.doRequest
(AnkaMgmtCommunicator.RequestMethod method, String path, org.json.JSONObject requestBody) protected org.json.JSONObject
AnkaMgmtCommunicator.doRequest
(AnkaMgmtCommunicator.RequestMethod method, String path, org.json.JSONObject requestBody, int reqTimeout)