|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface EdmFunctionImport
Annotation for definition of an method as an EdmFunctionImport
call/endpoint.
Required Element Summary | |
---|---|
EdmFunctionImport.ReturnType |
returnType
Define the return type of this function import |
Optional Element Summary | |
---|---|
EdmDocumentation |
documentation
Defines additional documentation for this function import. |
String |
entitySet
Define the name for the according entity set of the function import. |
EdmFunctionImport.HttpMethod |
httpMethod
Define the http method for which this function import is used If not set the default http method GET is used. |
String |
name
Define the name for the function import. |
Element Detail |
---|
public abstract EdmFunctionImport.ReturnType returnType
public abstract String name
public abstract String entitySet
public abstract EdmFunctionImport.HttpMethod httpMethod
GET
is used.
public abstract EdmDocumentation documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |