Class ElementAccessor<Element, UpdateRequest, Selector>
Type Parameters
- Element
- UpdateRequest
- Selector extends SelectorType = string
Constructors
Properties
Protected
options
options: { client: IntegrationAppApiClient; path: string; selector: string | Selector; } Methods
getUniqueIdentifier
- getUniqueIdentifier(): string
Returns string
get
- get(): Promise<Element>
Returns Promise<Element>
put
- put(data): Promise<Element>
Returns Promise<Element>
patch
- patch(data): Promise<Element>
Returns Promise<Element>
archive
- archive(): Promise<void>
Returns Promise<void>
getPath
- getPath(operation?): string
Returns string