C# Class ParasutClient.Api.TrackableJobsApi

Represents a collection of functions to interact with the API endpoints
Inheritance: ITrackableJobsApi
Afficher le fichier Open project: ddeniz/ParasutClient

Méthodes publiques

Méthode 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

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

Method Details

GetBasePath() public méthode

Gets the base path of the API client.
public GetBasePath ( ) : String
Résultat String

ShowTrackableJob() public méthode

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

ShowTrackableJobAsync() public méthode

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
Résultat System.Threading.Tasks.Task

ShowTrackableJobAsyncWithHttpInfo() public méthode

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
Résultat System.Threading.Tasks.Task>

ShowTrackableJobWithHttpInfo() public méthode

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

TrackableJobsApi() public méthode

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
Résultat System

TrackableJobsApi() public méthode

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