Read@Deprecated @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ExtendRead
The ExtendRead annotation attached to a public method specifies that the method implements
the Read operation of an entity set in a service. This method overrides the default Read operation of
the generic OData service provisioned by the SDK.
A method to which this annotation is attached must provide the following:
ReadRequest
ExtensionHelper
ReadResponse
public abstract String serviceName
public abstract String entity
@Deprecated public abstract String[] entitySet
Copyright © 2020 SAP. All Rights Reserved.