Conflict class

Use to read or delete a given Conflict by id.

See Conflicts to query or read all conflicts.

Properties

container
id
url

Returns a reference URL to the resource. Used for linking in Permissions.

Methods

delete(RequestOptions)

Delete the given ConflictDefinition.

read(RequestOptions)

Read the ConflictDefinition for the given Conflict.

Property Details

container

container: Container

Property Value

id

id: string

Property Value

string

url

Returns a reference URL to the resource. Used for linking in Permissions.

string url

Property Value

string

Method Details

delete(RequestOptions)

Delete the given ConflictDefinition.

function delete(options?: RequestOptions): Promise<ConflictResponse>

Parameters

options
RequestOptions

Returns

Promise<ConflictResponse>

read(RequestOptions)

Read the ConflictDefinition for the given Conflict.

function read(options?: RequestOptions): Promise<ConflictResponse>

Parameters

options
RequestOptions

Returns

Promise<ConflictResponse>