The Listings class exposes specialized methods to help
developers to handle listings and listing requests.
Kind: global class
Category: Operations
ArrayobjectobjectobjectobjectobjectobjectobjectCreates an instance of the Listings class.
Returns: Listings – An instance of the Listings class.
| Param | Type | Description |
|---|---|---|
| client | ConnectClient |
An instance of the ConnectClient class. |
ArrayReturns a list of ListingRequest objects that match the provided
(optional) query.
Kind: instance method of Listings
Returns: Array – An array of ListingRequest object optionally matching
the provided query.
| Param | Type | Description |
|---|---|---|
| query | object |
The optional query to filter results. |
objectCreates a new ListingRequest
Kind: instance method of Listings
Returns: object – The created ListingRequest object.
| Param | Type | Description |
|---|---|---|
| request | object |
The ListingRequest object. |
objectRetrieve the ListingRequest object identified by its id.
Kind: instance method of Listings
Returns: object – The ListingRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the ListingRequest object. |
objectSubmit the ListingRequest object identified by its id.
Kind: instance method of Listings
Returns: object – The ListingRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the ListingRequest object. |
objectCancel the ListingRequest object identified by its id.
Kind: instance method of Listings
Returns: object – The ListingRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the ListingRequest object. |
objectRefine the ListingRequest object identified by its id.
Kind: instance method of Listings
Returns: object – The ListingRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the ListingRequest object. |
objectComplete the ListingRequest object identified by its id.
Kind: instance method of Listings
Returns: object – The ListingRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the ListingRequest object. |
objectDeploy the ListingRequest object identified by its id.
Kind: instance method of Listings
Returns: object – The ListingRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the ListingRequest object. |