@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ExtendReadStream
The ExtendReadStream annotation attached to a public method specifies that the method implements
the Read operation of a media entity in a service. This method overrides the default Read media entity 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
| Modifier and Type | Optional Element and Description |
|---|---|
String |
entity |
String |
serviceName |
Copyright © 2020 SAP. All Rights Reserved.