Class WorkbooksRestApiSimulator
Object that defines simulation of Tableau REST API workbook methods.
Inheritance
WorkbooksRestApiSimulator
Inherited Members
Namespace: Tableau.Migration.Api.Simulation.Rest.Api
Assembly: Tableau.Migration.dll
Syntax
public sealed class WorkbooksRestApiSimulator : TagsRestApiSimulatorBase<WorkbookResponse.WorkbookType, WorkbookResponse.WorkbookType.TagType>
Constructors
WorkbooksRestApiSimulator(TableauApiResponseSimulator)
Creates a new WorkbooksRestApiSimulator object.
Declaration
public WorkbooksRestApiSimulator(TableauApiResponseSimulator simulator)
Parameters
Type | Name | Description |
---|---|---|
TableauApiResponseSimulator | simulator | A response simulator to setup with REST API methods. |
Properties
CommitWorkbookUpload
Gets the simulated commit workbook upload API method.
Declaration
public MethodSimulator CommitWorkbookUpload { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
DownloadWorkbook
Gets the simulated workbook download API method.
Declaration
public MethodSimulator DownloadWorkbook { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryWorkbook
Gets the simulated workbook query API method.
Declaration
public MethodSimulator QueryWorkbook { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryWorkbookConnections
Gets the simulated list connections API method.
Declaration
public MethodSimulator QueryWorkbookConnections { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryWorkbooks
Gets the simulated workbook query API method.
Declaration
public MethodSimulator QueryWorkbooks { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
UpdateConnectionAsync
Gets the simulated update connection API method.
Declaration
public MethodSimulator UpdateConnectionAsync { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
UpdateWorkbook
Gets the simulated update workbook API method.
Declaration
public MethodSimulator UpdateWorkbook { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |