|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| CutLabelDefinitionsApi () | |
| Initializes a new instance of the CutLabelDefinitionsApi class. More... | |
| CutLabelDefinitionsApi (String basePath) | |
| Initializes a new instance of the CutLabelDefinitionsApi class. More... | |
| CutLabelDefinitionsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the CutLabelDefinitionsApi class using Configuration object More... | |
| CutLabelDefinitionsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the CutLabelDefinitionsApi class using a Configuration object and client instance. More... | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
| CutLabelDefinition | CreateCutLabelDefinition (CreateCutLabelDefinitionRequest createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest)) |
| [EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | CreateCutLabelDefinitionWithHttpInfo (CreateCutLabelDefinitionRequest createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest)) |
| [EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes More... | |
| async System.Threading.Tasks.Task< CutLabelDefinition > | CreateCutLabelDefinitionAsync (CreateCutLabelDefinitionRequest createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > > | CreateCutLabelDefinitionWithHttpInfoAsync (CreateCutLabelDefinitionRequest createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes More... | |
| DateTimeOffset | DeleteCutLabelDefinition (string code) |
| [EARLY ACCESS] Delete a Cut Label Delete a specified cut label More... | |
| Lusid.Sdk.Client.ApiResponse< DateTimeOffset > | DeleteCutLabelDefinitionWithHttpInfo (string code) |
| [EARLY ACCESS] Delete a Cut Label Delete a specified cut label More... | |
| async System.Threading.Tasks.Task< DateTimeOffset > | DeleteCutLabelDefinitionAsync (string code, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Delete a Cut Label Delete a specified cut label More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DateTimeOffset > > | DeleteCutLabelDefinitionWithHttpInfoAsync (string code, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Delete a Cut Label Delete a specified cut label More... | |
| CutLabelDefinition | GetCutLabelDefinition (string code, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | GetCutLabelDefinitionWithHttpInfo (string code, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time More... | |
| async System.Threading.Tasks.Task< CutLabelDefinition > | GetCutLabelDefinitionAsync (string code, DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > > | GetCutLabelDefinitionWithHttpInfoAsync (string code, DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time More... | |
| PagedResourceListOfCutLabelDefinition | ListCutLabelDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), string page=default(string)) |
| [EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCutLabelDefinition > | ListCutLabelDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), string page=default(string)) |
| [EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfCutLabelDefinition > | ListCutLabelDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), string page=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCutLabelDefinition > > | ListCutLabelDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), string page=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| CutLabelDefinition | UpdateCutLabelDefinition (string code, UpdateCutLabelDefinitionRequest updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest)) |
| [EARLY ACCESS] Update a Cut Label Update a specified cut label More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | UpdateCutLabelDefinitionWithHttpInfo (string code, UpdateCutLabelDefinitionRequest updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest)) |
| [EARLY ACCESS] Update a Cut Label Update a specified cut label More... | |
| async System.Threading.Tasks.Task< CutLabelDefinition > | UpdateCutLabelDefinitionAsync (string code, UpdateCutLabelDefinitionRequest updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Update a Cut Label Update a specified cut label More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > > | UpdateCutLabelDefinitionWithHttpInfoAsync (string code, UpdateCutLabelDefinitionRequest updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Update a Cut Label Update a specified cut label 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... | |
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... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi class.
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi class.
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi 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 |
[EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
|
inline |
[EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| start | Optional. When paginating, skip this number of results (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. Also, if set, a start value cannot be provided. (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| start | Optional. When paginating, skip this number of results (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. Also, if set, a start value cannot be provided. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| start | Optional. When paginating, skip this number of results (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. Also, if set, a start value cannot be provided. (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| start | Optional. When paginating, skip this number of results (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. Also, if set, a start value cannot be provided. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
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.
1.8.13