Interface IRequestBuilderFactory<TRequestBuilder>
Interface for IRequestBuilder factories.
Namespace: Tableau.Migration.Net
Assembly: Tableau.Migration.dll
Syntax
public interface IRequestBuilderFactory<TRequestBuilder> : IRequestBuilderFactory where TRequestBuilder : IRequestBuilder
Type Parameters
Name | Description |
---|---|
TRequestBuilder |
Methods
CreateUri(string, bool)
Creates a new TRequestBuilder
instance.
Declaration
TRequestBuilder CreateUri(string path, bool useExperimental = false)
Parameters
Type | Name | Description |
---|---|---|
string | path | The URI path. |
bool | useExperimental | Flag indicating if the experimental API Version should be used. |
Returns
Type | Description |
---|---|
TRequestBuilder | A new |