| Annotation Type | Description |
|---|---|
| ChangeSet |
The
ChangeSet annotation attached to a public method specifies
that the method implements the ChangeSet in a Batch request. |
| Create |
The
Create annotation attached to a public method specifies
that the method implements the Create operation of an entity in a service. |
| Delete |
The
Delete annotation attached to a public method specifies
that the method implements the Delete operation of an entity in a service. |
| Query |
The
Query annotation attached to a public method specifies
that the method implements the query operation of an entity in a service. |
| Read |
The
Read annotation attached to a public method specifies
that the method implements the Read operation of an entity in a service. |
| Update |
The
Update annotation attached to a public method specifies
that the method implements the Update operation of an entity in a service. |
Copyright © 2020 SAP. All Rights Reserved.