|
LUSID C# SDK
|
A version of the resource list for use with list endpoints that use the POST verb instead of GET, allowing the endpoint to return the POST body(s) that can be sent in conjunction with the Next Page and/or Previous Page links to retrieve the next/previous page of results. This should make it easier for SDK consumers to fluently page through results. The PagedResourceList only exposes a page token string, typically for use in a query parameter, and thus is more suited to GET endpoints. More...

Protected Member Functions | |
| ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery () | |
| Initializes a new instance of the ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery class. More... | |
Properties | |
| List< SettlementActivity > | Values [get, set] |
| The resources to list. More... | |
| string | Href [get, set] |
| The URI of the resource list. More... | |
| SettlementActivityQuery | PostBody [get, set] |
| Gets or Sets PostBody More... | |
| SettlementActivityQuery | NextPage [get, set] |
| Gets or Sets NextPage More... | |
| SettlementActivityQuery | PreviousPage [get, set] |
| Gets or Sets PreviousPage More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
A version of the resource list for use with list endpoints that use the POST verb instead of GET, allowing the endpoint to return the POST body(s) that can be sent in conjunction with the Next Page and/or Previous Page links to retrieve the next/previous page of results. This should make it easier for SDK consumers to fluently page through results. The PagedResourceList only exposes a page token string, typically for use in a query parameter, and thus is more suited to GET endpoints.
|
inlineprotected |
Initializes a new instance of the ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery class.
|
inline |
Initializes a new instance of the ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery class.
| values | The resources to list. (required). |
| href | The URI of the resource list.. |
| postBody | postBody. |
| nextPage | nextPage. |
| previousPage | previousPage. |
| links | links. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery instances are equal
| input | Instance of ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The URI of the resource list.
The URI of the resource list.
|
getset |
Gets or Sets Links
|
getset |
Gets or Sets NextPage
|
getset |
Gets or Sets PostBody
|
getset |
Gets or Sets PreviousPage
|
getset |
The resources to list.
The resources to list.