LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IPlacementsApiSync | |
DeletedEntityResponse | DeletePlacement (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePlacement: Delete placement More... | |
ApiResponse< DeletedEntityResponse > | DeletePlacementWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePlacement: Delete placement More... | |
Placement | GetPlacement (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPlacement: Get Placement More... | |
ApiResponse< Placement > | GetPlacementWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPlacement: Get Placement More... | |
PagedResourceListOfPlacement | ListPlacements (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPlacements: List Placements More... | |
ApiResponse< PagedResourceListOfPlacement > | ListPlacementsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPlacements: List Placements More... | |
ResourceListOfPlacement | UpsertPlacements (PlacementSetRequest? placementSetRequest=default(PlacementSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPlacements: Upsert Placement More... | |
ApiResponse< ResourceListOfPlacement > | UpsertPlacementsWithHttpInfo (PlacementSetRequest? placementSetRequest=default(PlacementSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPlacements: Upsert Placement More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IPlacementsApiAsync | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePlacementAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePlacement: Delete placement More... | |
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > | DeletePlacementWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePlacement: Delete placement More... | |
System.Threading.Tasks.Task< Placement > | GetPlacementAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPlacement: Get Placement More... | |
System.Threading.Tasks.Task< ApiResponse< Placement > > | GetPlacementWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPlacement: Get Placement More... | |
System.Threading.Tasks.Task< PagedResourceListOfPlacement > | ListPlacementsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPlacements: List Placements More... | |
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfPlacement > > | ListPlacementsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPlacements: List Placements More... | |
System.Threading.Tasks.Task< ResourceListOfPlacement > | UpsertPlacementsAsync (PlacementSetRequest? placementSetRequest=default(PlacementSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPlacements: Upsert Placement More... | |
System.Threading.Tasks.Task< ApiResponse< ResourceListOfPlacement > > | UpsertPlacementsWithHttpInfoAsync (PlacementSetRequest? placementSetRequest=default(PlacementSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPlacements: Upsert Placement 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