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