LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
AborConfigurationApi () | |
Initializes a new instance of the AborConfigurationApi class. More... | |
AborConfigurationApi (string basePath) | |
Initializes a new instance of the AborConfigurationApi class. More... | |
AborConfigurationApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the AborConfigurationApi class using Configuration object More... | |
AborConfigurationApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the AborConfigurationApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
AborConfiguration | CreateAborConfiguration (string scope, AborConfigurationRequest aborConfigurationRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration. More... | |
Lusid.Sdk.Client.ApiResponse< AborConfiguration > | CreateAborConfigurationWithHttpInfo (string scope, AborConfigurationRequest aborConfigurationRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration. More... | |
async System.Threading.Tasks.Task< AborConfiguration > | CreateAborConfigurationAsync (string scope, AborConfigurationRequest aborConfigurationRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AborConfiguration > > | CreateAborConfigurationWithHttpInfoAsync (string scope, AborConfigurationRequest aborConfigurationRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration. More... | |
DeletedEntityResponse | DeleteAborConfiguration (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteAborConfigurationWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteAborConfigurationAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteAborConfigurationWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration. More... | |
AborConfiguration | GetAborConfiguration (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration. More... | |
Lusid.Sdk.Client.ApiResponse< AborConfiguration > | GetAborConfigurationWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration. More... | |
async System.Threading.Tasks.Task< AborConfiguration > | GetAborConfigurationAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AborConfiguration > > | GetAborConfigurationWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration. More... | |
AborConfigurationProperties | GetAborConfigurationProperties (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration. More... | |
Lusid.Sdk.Client.ApiResponse< AborConfigurationProperties > | GetAborConfigurationPropertiesWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration. More... | |
async System.Threading.Tasks.Task< AborConfigurationProperties > | GetAborConfigurationPropertiesAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AborConfigurationProperties > > | GetAborConfigurationPropertiesWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration. More... | |
PagedResourceListOfAborConfiguration | ListAborConfigurations (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAborConfiguration > | ListAborConfigurationsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfAborConfiguration > | ListAborConfigurationsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAborConfiguration > > | ListAborConfigurationsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria. More... | |
AborConfigurationProperties | UpsertAborConfigurationProperties (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More... | |
Lusid.Sdk.Client.ApiResponse< AborConfigurationProperties > | UpsertAborConfigurationPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More... | |
async System.Threading.Tasks.Task< AborConfigurationProperties > | UpsertAborConfigurationPropertiesAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AborConfigurationProperties > > | UpsertAborConfigurationPropertiesWithHttpInfoAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the AborConfigurationApi class.
|
inline |
Initializes a new instance of the AborConfigurationApi class.
|
inline |
Initializes a new instance of the AborConfigurationApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the AborConfigurationApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
aborConfigurationRequest | The definition of the AborConfiguration. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
aborConfigurationRequest | The definition of the AborConfiguration. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
aborConfigurationRequest | The definition of the AborConfiguration. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] CreateAborConfiguration: Create an AborConfiguration. Create the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
aborConfigurationRequest | The definition of the AborConfiguration. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to be deleted. |
code | The code of the AborConfiguration to be deleted. Together with the scope this uniquely identifies the AborConfiguration. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to be deleted. |
code | The code of the AborConfiguration to be deleted. Together with the scope this uniquely identifies the AborConfiguration. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to be deleted. |
code | The code of the AborConfiguration to be deleted. Together with the scope this uniquely identifies the AborConfiguration. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] DeleteAborConfiguration: Delete an AborConfiguration. Delete the given AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to be deleted. |
code | The code of the AborConfiguration to be deleted. Together with the scope this uniquely identifies the AborConfiguration. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
code | The code of the AborConfiguration. Together with the scope this uniquely identifies the AborConfiguration. |
effectiveAt | The effective datetime or cut label at which to retrieve the AborConfiguration properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the AborConfiguration definition. Defaults to returning the latest version of the AborConfiguration definition if not specified. (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
code | The code of the AborConfiguration. Together with the scope this uniquely identifies the AborConfiguration. |
effectiveAt | The effective datetime or cut label at which to retrieve the AborConfiguration properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the AborConfiguration definition. Defaults to returning the latest version of the AborConfiguration definition if not specified. (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Abor Configuration to list the properties for. |
code | The code of the Abor Configuration to list the properties for. Together with the scope this uniquely identifies the Abor Configuration. |
effectiveAt | The effective datetime or cut label at which to list the Abor Configuration's properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the Abor Configuration's properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Abor Configuration to list the properties for. |
code | The code of the Abor Configuration to list the properties for. Together with the scope this uniquely identifies the Abor Configuration. |
effectiveAt | The effective datetime or cut label at which to list the Abor Configuration's properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the Abor Configuration's properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Abor Configuration to list the properties for. |
code | The code of the Abor Configuration to list the properties for. Together with the scope this uniquely identifies the Abor Configuration. |
effectiveAt | The effective datetime or cut label at which to list the Abor Configuration's properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the Abor Configuration's properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] GetAborConfigurationProperties: Get Abor Configuration properties Get all the properties of a single abor Configuration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Abor Configuration to list the properties for. |
code | The code of the Abor Configuration to list the properties for. Together with the scope this uniquely identifies the Abor Configuration. |
effectiveAt | The effective datetime or cut label at which to list the Abor Configuration's properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the Abor Configuration's properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
code | The code of the AborConfiguration. Together with the scope this uniquely identifies the AborConfiguration. |
effectiveAt | The effective datetime or cut label at which to retrieve the AborConfiguration properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the AborConfiguration definition. Defaults to returning the latest version of the AborConfiguration definition if not specified. (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] GetAborConfiguration: Get AborConfiguration. Retrieve the definition of a particular AborConfiguration.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration. |
code | The code of the AborConfiguration. Together with the scope this uniquely identifies the AborConfiguration. |
effectiveAt | The effective datetime or cut label at which to retrieve the AborConfiguration properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the AborConfiguration definition. Defaults to returning the latest version of the AborConfiguration definition if not specified. (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the TimeVariant properties for the AborConfiguration. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the AborConfiguration. Defaults to returning the latest version of each AAborConfigurationbor if not specified. (optional) |
page | The pagination token to use to continue listing AborConfiguration; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the AborConfiguration type, specify "id.Code eq 'AborConfiguration1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto each AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the TimeVariant properties for the AborConfiguration. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the AborConfiguration. Defaults to returning the latest version of each AAborConfigurationbor if not specified. (optional) |
page | The pagination token to use to continue listing AborConfiguration; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the AborConfiguration type, specify "id.Code eq 'AborConfiguration1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto each AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the TimeVariant properties for the AborConfiguration. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the AborConfiguration. Defaults to returning the latest version of each AAborConfigurationbor if not specified. (optional) |
page | The pagination token to use to continue listing AborConfiguration; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the AborConfiguration type, specify "id.Code eq 'AborConfiguration1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto each AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] ListAborConfigurations: List AborConfiguration. List all the AborConfiguration matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the TimeVariant properties for the AborConfiguration. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the AborConfiguration. Defaults to returning the latest version of each AAborConfigurationbor if not specified. (optional) |
page | The pagination token to use to continue listing AborConfiguration; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the AborConfiguration type, specify "id.Code eq 'AborConfiguration1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
propertyKeys | A list of property keys from the 'AborConfiguration' domain to decorate onto each AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to update or insert the properties onto. |
code | The code of the AborConfiguration to update or insert the properties onto. Together with the scope this uniquely identifies the AborConfiguration. |
requestBody | The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. "AborConfiguration/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to update or insert the properties onto. |
code | The code of the AborConfiguration to update or insert the properties onto. Together with the scope this uniquely identifies the AborConfiguration. |
requestBody | The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. "AborConfiguration/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
inline |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to update or insert the properties onto. |
code | The code of the AborConfiguration to update or insert the properties onto. Together with the scope this uniquely identifies the AborConfiguration. |
requestBody | The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. "AborConfiguration/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiSync.
|
inline |
[EXPERIMENTAL] UpsertAborConfigurationProperties: Upsert AborConfiguration properties Update or insert one or more properties onto a single AborConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'AborConfiguration'. Upserting a property that exists for an AborConfiguration, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the AborConfiguration to update or insert the properties onto. |
code | The code of the AborConfiguration to update or insert the properties onto. Together with the scope this uniquely identifies the AborConfiguration. |
requestBody | The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. "AborConfiguration/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAborConfigurationApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.