Uses of Enum Class
org.netxms.client.constants.HttpRequestMethod
Packages that use HttpRequestMethod
- 
Uses of HttpRequestMethod in org.netxms.client.constantsMethods in org.netxms.client.constants that return HttpRequestMethodModifier and TypeMethodDescriptionstatic HttpRequestMethodHttpRequestMethod.getByValue(int value) Get enum element by integer valuestatic HttpRequestMethodReturns the enum constant of this class with the specified name.static HttpRequestMethod[]HttpRequestMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of HttpRequestMethod in org.netxms.client.datacollectionMethods in org.netxms.client.datacollection that return HttpRequestMethodModifier and TypeMethodDescriptionWebServiceDefinition.getHttpRequestMethod()Get HTTP request method.Methods in org.netxms.client.datacollection with parameters of type HttpRequestMethodModifier and TypeMethodDescriptionvoidWebServiceDefinition.setHttpRequestMethod(HttpRequestMethod httpRequestMethod) Set HTTP request method.