Uses of Enum
com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator.RequestMethod
Packages that use AnkaMgmtCommunicator.RequestMethod
-
Uses of AnkaMgmtCommunicator.RequestMethod in com.veertu.ankaMgmtSdk
Methods in com.veertu.ankaMgmtSdk that return AnkaMgmtCommunicator.RequestMethodModifier 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.Methods in com.veertu.ankaMgmtSdk with parameters of type AnkaMgmtCommunicator.RequestMethodModifier 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)