Skip to main content

AdfRestMethod Enumeration

AdfRestMethod Enumeration​

Supported Rest Api methods.

Enumeration Values​

NameSummary
Get
Retreive information from a source.
Post
Request that the endpoint does something with the provided entity.
Put
Request that the endpoint does something with the provided entity. A put request is idempotent.
Delete
Request that the endpoint deletes the provided entity.