Conflict class
Properties
container | |
id | |
url | Returns a reference URL to the resource. Used for linking in Permissions. |
Methods
delete(Request |
Delete the given ConflictDefinition. |
read(Request |
Read the ConflictDefinition for the given Conflict. |
Property Details
container
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>