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.
|
Method | Description | |
---|---|---|
AddDefaultHeader ( string key, string value ) : void | ||
DefaultHeader ( ) : String>.IDictionary |
||
SetBasePath ( String basePath ) : void |
public ShowTrackableJob ( int? companyId, int? id ) : InlineResponse2015 | ||
companyId | int? | Firma ID |
id | int? | Trackable Job ID |
return | InlineResponse2015 |
public ShowTrackableJobAsync ( int? companyId, int? id ) : System.Threading.Tasks.Task |
||
companyId | int? | Firma ID |
id | int? | Trackable Job ID |
return | System.Threading.Tasks.Task |
public ShowTrackableJobAsyncWithHttpInfo ( int? companyId, int? id ) : System.Threading.Tasks.Task |
||
companyId | int? | Firma ID |
id | int? | Trackable Job ID |
return | System.Threading.Tasks.Task |
public ShowTrackableJobWithHttpInfo ( int? companyId, int? id ) : ApiResponse |
||
companyId | int? | Firma ID |
id | int? | Trackable Job ID |
return | ApiResponse |
public TrackableJobsApi ( ParasutClient.Client.Configuration configuration = null ) : System | ||
configuration | ParasutClient.Client.Configuration | An instance of Configuration |
return | System |
public TrackableJobsApi ( String basePath ) : System | ||
basePath | String | |
return | System |