LUSID C# SDK
List of all members
Lusid.Sdk.Api.IConfigurationRecipeApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IConfigurationRecipeApiSync
AnnulSingleStructuredDataResponse DeleteConfigurationRecipe (string scope, string code, int operationIndex=0)
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
ApiResponse< AnnulSingleStructuredDataResponseDeleteConfigurationRecipeWithHttpInfo (string scope, string code, int operationIndex=0)
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
AnnulSingleStructuredDataResponse DeleteRecipeComposer (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
ApiResponse< AnnulSingleStructuredDataResponseDeleteRecipeComposerWithHttpInfo (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
GetRecipeResponse GetConfigurationRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 GetConfigurationRecipe: Get Configuration Recipe More...
 
ApiResponse< GetRecipeResponseGetConfigurationRecipeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 GetConfigurationRecipe: Get Configuration Recipe More...
 
GetRecipeResponse GetDerivedRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
ApiResponse< GetRecipeResponseGetDerivedRecipeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
GetRecipeComposerResponse GetRecipeComposer (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetRecipeComposer: Get Recipe Composer More...
 
ApiResponse< GetRecipeComposerResponseGetRecipeComposerWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetRecipeComposer: Get Recipe Composer More...
 
GetRecipeResponse GetRecipeComposerResolvedInline (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0)
 [EXPERIMENTAL] GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
ApiResponse< GetRecipeResponseGetRecipeComposerResolvedInlineWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0)
 [EXPERIMENTAL] GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
ResourceListOfGetRecipeResponse ListConfigurationRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0)
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
ApiResponse< ResourceListOfGetRecipeResponseListConfigurationRecipesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0)
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
ResourceListOfGetRecipeResponse ListDerivedRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
ApiResponse< ResourceListOfGetRecipeResponseListDerivedRecipesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
ResourceListOfGetRecipeComposerResponse ListRecipeComposers (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListRecipeComposers: List the set of Recipe Composers More...
 
ApiResponse< ResourceListOfGetRecipeComposerResponseListRecipeComposersWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListRecipeComposers: List the set of Recipe Composers More...
 
UpsertSingleStructuredDataResponse UpsertConfigurationRecipe (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0)
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
ApiResponse< UpsertSingleStructuredDataResponseUpsertConfigurationRecipeWithHttpInfo (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0)
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
UpsertSingleStructuredDataResponse UpsertRecipeComposer (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0)
 [EXPERIMENTAL] UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. More...
 
ApiResponse< UpsertSingleStructuredDataResponseUpsertRecipeComposerWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0)
 [EXPERIMENTAL] UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. 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.IConfigurationRecipeApiAsync
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteConfigurationRecipeAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulSingleStructuredDataResponse > > DeleteConfigurationRecipeWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteRecipeComposerAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulSingleStructuredDataResponse > > DeleteRecipeComposerWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
System.Threading.Tasks.Task< GetRecipeResponseGetConfigurationRecipeAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetConfigurationRecipe: Get Configuration Recipe More...
 
System.Threading.Tasks.Task< ApiResponse< GetRecipeResponse > > GetConfigurationRecipeWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetConfigurationRecipe: Get Configuration Recipe More...
 
System.Threading.Tasks.Task< GetRecipeResponseGetDerivedRecipeAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
System.Threading.Tasks.Task< ApiResponse< GetRecipeResponse > > GetDerivedRecipeWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
System.Threading.Tasks.Task< GetRecipeComposerResponseGetRecipeComposerAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetRecipeComposer: Get Recipe Composer More...
 
System.Threading.Tasks.Task< ApiResponse< GetRecipeComposerResponse > > GetRecipeComposerWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetRecipeComposer: Get Recipe Composer More...
 
System.Threading.Tasks.Task< GetRecipeResponseGetRecipeComposerResolvedInlineAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
System.Threading.Tasks.Task< ApiResponse< GetRecipeResponse > > GetRecipeComposerResolvedInlineWithHttpInfoAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
System.Threading.Tasks.Task< ResourceListOfGetRecipeResponseListConfigurationRecipesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetRecipeResponse > > ListConfigurationRecipesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
System.Threading.Tasks.Task< ResourceListOfGetRecipeResponseListDerivedRecipesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetRecipeResponse > > ListDerivedRecipesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
System.Threading.Tasks.Task< ResourceListOfGetRecipeComposerResponseListRecipeComposersAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListRecipeComposers: List the set of Recipe Composers More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetRecipeComposerResponse > > ListRecipeComposersWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListRecipeComposers: List the set of Recipe Composers More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertConfigurationRecipeAsync (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertSingleStructuredDataResponse > > UpsertConfigurationRecipeWithHttpInfoAsync (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertRecipeComposerAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertSingleStructuredDataResponse > > UpsertRecipeComposerWithHttpInfoAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


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