C# Class ParasutClient.Api.TrackableJobsApi

Represents a collection of functions to interact with the API endpoints
Inheritance: ITrackableJobsApi
显示文件 Open project: ddeniz/ParasutClient

Public Methods

Method Description
GetBasePath ( ) : String

Gets the base path of the API client.

ShowTrackableJob ( int? companyId, int? id ) : InlineResponse2015

Show

ShowTrackableJobAsync ( int? companyId, int? id ) : System.Threading.Tasks.Task

Show

ShowTrackableJobAsyncWithHttpInfo ( int? companyId, int? id ) : System.Threading.Tasks.Task>

Show

ShowTrackableJobWithHttpInfo ( int? companyId, int? id ) : ApiResponse

Show

TrackableJobsApi ( ParasutClient.Client.Configuration configuration = null ) : System

Initializes a new instance of the TrackableJobsApi class using Configuration object

TrackableJobsApi ( String basePath ) : System

Initializes a new instance of the TrackableJobsApi class.

Private Methods

Method Description
AddDefaultHeader ( string key, string value ) : void
DefaultHeader ( ) : String>.IDictionary
SetBasePath ( String basePath ) : void

Method Details

GetBasePath() public method

Gets the base path of the API client.
public GetBasePath ( ) : String
return String

ShowTrackableJob() public method

Show
Thrown when fails to make API call
public ShowTrackableJob ( int? companyId, int? id ) : InlineResponse2015
companyId int? Firma ID
id int? Trackable Job ID
return InlineResponse2015

ShowTrackableJobAsync() public method

Show
Thrown when fails to make API call
public ShowTrackableJobAsync ( int? companyId, int? id ) : System.Threading.Tasks.Task
companyId int? Firma ID
id int? Trackable Job ID
return System.Threading.Tasks.Task

ShowTrackableJobAsyncWithHttpInfo() public method

Show
Thrown when fails to make API call
public ShowTrackableJobAsyncWithHttpInfo ( int? companyId, int? id ) : System.Threading.Tasks.Task>
companyId int? Firma ID
id int? Trackable Job ID
return System.Threading.Tasks.Task>

ShowTrackableJobWithHttpInfo() public method

Show
Thrown when fails to make API call
public ShowTrackableJobWithHttpInfo ( int? companyId, int? id ) : ApiResponse
companyId int? Firma ID
id int? Trackable Job ID
return ApiResponse

TrackableJobsApi() public method

Initializes a new instance of the TrackableJobsApi class using Configuration object
public TrackableJobsApi ( ParasutClient.Client.Configuration configuration = null ) : System
configuration ParasutClient.Client.Configuration An instance of Configuration
return System

TrackableJobsApi() public method

Initializes a new instance of the TrackableJobsApi class.
public TrackableJobsApi ( String basePath ) : System
basePath String
return System