C# Класс ParasutClient.Api.TrackableJobsApi

Represents a collection of functions to interact with the API endpoints
Наследование: ITrackableJobsApi
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
AddDefaultHeader ( string key, string value ) : void
DefaultHeader ( ) : String>.IDictionary
SetBasePath ( String basePath ) : void

Описание методов

GetBasePath() публичный Метод

Gets the base path of the API client.
public GetBasePath ( ) : String
Результат String

ShowTrackableJob() публичный Метод

Show
Thrown when fails to make API call
public ShowTrackableJob ( int? companyId, int? id ) : InlineResponse2015
companyId int? Firma ID
id int? Trackable Job ID
Результат InlineResponse2015

ShowTrackableJobAsync() публичный Метод

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
Результат System.Threading.Tasks.Task

ShowTrackableJobAsyncWithHttpInfo() публичный Метод

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
Результат System.Threading.Tasks.Task>

ShowTrackableJobWithHttpInfo() публичный Метод

Show
Thrown when fails to make API call
public ShowTrackableJobWithHttpInfo ( int? companyId, int? id ) : ApiResponse
companyId int? Firma ID
id int? Trackable Job ID
Результат ApiResponse

TrackableJobsApi() публичный Метод

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
Результат System

TrackableJobsApi() публичный Метод

Initializes a new instance of the TrackableJobsApi class.
public TrackableJobsApi ( String basePath ) : System
basePath String
Результат System