Uses of Enum Class
com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator.RequestMethod
Packages that use AnkaMgmtCommunicator.RequestMethod
-
Uses of AnkaMgmtCommunicator.RequestMethod in com.veertu.ankaMgmtSdk
Subclasses with type arguments of type AnkaMgmtCommunicator.RequestMethod in com.veertu.ankaMgmtSdkMethods in com.veertu.ankaMgmtSdk that return AnkaMgmtCommunicator.RequestMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AnkaMgmtCommunicator.RequestMethod[]
AnkaMgmtCommunicator.RequestMethod.values()
Returns an array containing the constants of this enum class, 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)