LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery Class Reference

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...

Inheritance diagram for Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery:
Inheritance graph
[legend]

Public Member Functions

 ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery (List< SettlementActivity > values=default(List< SettlementActivity >), string href=default(string), SettlementActivityQuery postBody=default(SettlementActivityQuery), SettlementActivityQuery nextPage=default(SettlementActivityQuery), SettlementActivityQuery previousPage=default(SettlementActivityQuery), List< Link > links=default(List< Link >))
 Initializes a new instance of the ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery input)
 Returns true if ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery ()
 Initializes a new instance of the ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery class. More...
 

Properties

List< SettlementActivityValues [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< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery() [1/2]

Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery ( )
inlineprotected

◆ ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery() [2/2]

Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery ( List< SettlementActivity values = default(List<SettlementActivity>),
string  href = default(string),
SettlementActivityQuery  postBody = default(SettlementActivityQuery),
SettlementActivityQuery  nextPage = default(SettlementActivityQuery),
SettlementActivityQuery  previousPage = default(SettlementActivityQuery),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery class.

Parameters
valuesThe resources to list. (required).
hrefThe URI of the resource list..
postBodypostBody.
nextPagenextPage.
previousPagepreviousPage.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.Equals ( ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery  input)
inline

Returns true if ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery instances are equal

Parameters
inputInstance of ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.Href
getset

The URI of the resource list.

The URI of the resource list.

◆ Links

List<Link> Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.Links
getset

Gets or Sets Links

◆ NextPage

SettlementActivityQuery Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.NextPage
getset

Gets or Sets NextPage

◆ PostBody

SettlementActivityQuery Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.PostBody
getset

Gets or Sets PostBody

◆ PreviousPage

SettlementActivityQuery Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.PreviousPage
getset

Gets or Sets PreviousPage

◆ Values

List<SettlementActivity> Lusid.Sdk.Model.ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery.Values
getset

The resources to list.

The resources to list.


The documentation for this class was generated from the following file: