LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IAddressKeyDefinitionApiSync Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IAddressKeyDefinitionApiSync:
Inheritance graph
[legend]

Public Member Functions

AddressKeyDefinition CreateAddressKeyDefinition (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. More...
 
ApiResponse< AddressKeyDefinitionCreateAddressKeyDefinitionWithHttpInfo (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. More...
 
AddressKeyDefinition GetAddressKeyDefinition (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. More...
 
ApiResponse< AddressKeyDefinitionGetAddressKeyDefinitionWithHttpInfo (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. More...
 
PagedResourceListOfAddressKeyDefinition ListAddressKeyDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. More...
 
ApiResponse< PagedResourceListOfAddressKeyDefinitionListAddressKeyDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ CreateAddressKeyDefinition()

AddressKeyDefinition Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.CreateAddressKeyDefinition ( CreateAddressKeyDefinitionRequest  createAddressKeyDefinitionRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition.

Create the given address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createAddressKeyDefinitionRequestThe request used to create the address key definition.
operationIndexIndex associated with the operation.
Returns
AddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ CreateAddressKeyDefinitionWithHttpInfo()

ApiResponse<AddressKeyDefinition> Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.CreateAddressKeyDefinitionWithHttpInfo ( CreateAddressKeyDefinitionRequest  createAddressKeyDefinitionRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition.

Create the given address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createAddressKeyDefinitionRequestThe request used to create the address key definition.
operationIndexIndex associated with the operation.
Returns
ApiResponse of AddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ GetAddressKeyDefinition()

AddressKeyDefinition Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.GetAddressKeyDefinition ( string  key,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition.

Get the address key definition with the given address key at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
keyThe address key of the address key definition.
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
AddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ GetAddressKeyDefinitionWithHttpInfo()

ApiResponse<AddressKeyDefinition> Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.GetAddressKeyDefinitionWithHttpInfo ( string  key,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition.

Get the address key definition with the given address key at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
keyThe address key of the address key definition.
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of AddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ ListAddressKeyDefinitions()

PagedResourceListOfAddressKeyDefinition Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.ListAddressKeyDefinitions ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)

[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions.

Fetch the last pre-AsAt date version of each address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
pageThe pagination token to use to continue listing address key definitions from a previous call to list address key definitions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfAddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ ListAddressKeyDefinitionsWithHttpInfo()

ApiResponse<PagedResourceListOfAddressKeyDefinition> Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.ListAddressKeyDefinitionsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)

[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions.

Fetch the last pre-AsAt date version of each address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
pageThe pagination token to use to continue listing address key definitions from a previous call to list address key definitions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfAddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.


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