C# 클래스 ParasutClient.Api.TrackableJobsApi

Represents a collection of functions to interact with the API endpoints
상속: ITrackableJobsApi
파일 보기 프로젝트 열기: ddeniz/ParasutClient

공개 메소드들

메소드 설명
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