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

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

Public Methods

Method Description
JobRecWithUserPrefRequestStub ( string jobDid, string userDid, 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

JobRecWithUserPrefRequestStub() public method

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