Uses of Class
org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
-
-
Uses of EdmFunctionImport.HttpMethod in org.apache.olingo.odata2.api.annotation.edm
Methods in org.apache.olingo.odata2.api.annotation.edm that return EdmFunctionImport.HttpMethod Modifier and Type Method Description EdmFunctionImport.HttpMethodhttpMethod()Define the http method for which this function import is used If not set the default http methodGETis used.static EdmFunctionImport.HttpMethodEdmFunctionImport.HttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static EdmFunctionImport.HttpMethod[]EdmFunctionImport.HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-