C# Class Tests.CBApi.models.requests.JobRecRequestStub

Inheritance: CBApi.Framework.Requests.JobRecommendationsRequest
Mostrar archivo Open project: usbsnowcrash/Careerbuilder.Net Class Usage Examples

Public Methods

Method Description
JobRecRequestStub ( string jobDid, string key, string domain, string cobrand, string siteid ) : CBApi

Protected Methods

Method Description
CheckForErrors ( IRestResponse response ) : void

Method Details

CheckForErrors() protected method

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
return void

JobRecRequestStub() public method

public JobRecRequestStub ( string jobDid, string key, string domain, string cobrand, string siteid ) : CBApi
jobDid string
key string
domain string
cobrand string
siteid string
return CBApi