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