Property | Type | Description | |
---|---|---|---|
batchID | String | ||
endpoint | String | ||
handle | JobAlertsAPI | ||
jobSearchID | String | ||
operatingMode | APIResourceMode | ||
subscriberID | String |
Method | Description | |
---|---|---|
APIResource ( JobAlertsAPI handle ) : System | ||
AddParameter ( String key, String value ) : |
Adds a single key/value pair to the parameter dictionary.
|
|
AddParameters ( String>.Dictionary |
Adds to the parameters dictionary.
|
|
Call ( ) : dynamic |
Performs the API call which has been constructed.
|
|
ClearParameters ( ) : |
Clears the Parameters dictionary.
|
|
Clone ( ) : Object |
Deep copy this instance.
|
|
Deactivate ( String subscriberID = "", String jobSearchID = "", String batchID = "" ) : dynamic |
Attempts to deactivate a record using the given parameters. Parameters are optional and context sensitive. An exception will be thrown if an invalid parameter is given.
|
|
Query ( String>.Dictionary |
Attempts to search for records matching the given parameters. Parameters are optional and context sensitive. An exception will be thrown if an invalid parameter is given. This methods has a "parameters" dictionary argument and the results will be augmented by its contents.
|
|
Query ( String subscriberID = "", String jobSearchID = "", String batchID = "" ) : dynamic |
Attempts to search for records matching the given parameters. Parameters are optional and context sensitive. An exception will be thrown if an invalid parameter is given. This methods lacks a "parameters" dictionary argument and as a result will grab all records for the specified endpoint.
|
|
RemoveParameter ( String key ) : |
Removes the a single parameter from the parameter dictionary.
|
|
Retrieve ( String subscriberID = "", String jobSearchID = "", String batchID = "" ) : dynamic |
Attempts to retrieve a record using the given parameters using a GET. Arguments are optional and context sensitive. An exception will be thrown if an invalid parameter is given.
|
|
Submit ( String>.Dictionary |
Attempts to retrieve a record using the given parameters using a POST. Arguments except the "parameters" Dictionary are optional and context sensitive. An exception will be thrown if an invalid parameter is given.
|
Method | Description | |
---|---|---|
BuildRequestUrl ( ) : String |
Builds the request URL.
|
|
DetermineSerializationType ( ) : |
Uses the class's instance variables to determine the propper Type to be given to the XMLDeseralizer when invoked by the Call method.
|
public APIResource ( JobAlertsAPI handle ) : System | ||
handle | JobAlertsAPI | |
return | System |
public AddParameter ( String key, String value ) : |
||
key | String | Parameter Key. |
value | String | Parameter Value. |
return |
public AddParameters ( String>.Dictionary |
||
parameters | String>.Dictionary | Request parameters. |
return |
public Deactivate ( String subscriberID = "", String jobSearchID = "", String batchID = "" ) : dynamic | ||
subscriberID | String | Subscriber I. |
jobSearchID | String | Job search I. |
batchID | String | Batch I. |
return | dynamic |
protected DetermineSerializationType ( ) : |
||
return |
public Query ( String>.Dictionary |
||
parameters | String>.Dictionary | Parameters. |
subscriberID | String | Subscriber I. |
jobSearchID | String | Job search I. |
batchID | String | Batch I. |
return | dynamic |
public Query ( String subscriberID = "", String jobSearchID = "", String batchID = "" ) : dynamic | ||
subscriberID | String | Subscriber I. |
jobSearchID | String | Job search I. |
batchID | String | Batch I. |
return | dynamic |
public RemoveParameter ( String key ) : |
||
key | String | Key. |
return |
public Retrieve ( String subscriberID = "", String jobSearchID = "", String batchID = "" ) : dynamic | ||
subscriberID | String | Subscriber ID. |
jobSearchID | String | Job Search ID. |
batchID | String | Batch ID. |
return | dynamic |
public Submit ( String>.Dictionary |
||
parameters | String>.Dictionary | Parameters. |
subscriberID | String | Subscriber I. |
jobSearchID | String | Job search I. |
batchID | String | Batch I. |
return | dynamic |