new alk.service.AvoidFavorSetsService(opt_options)
This constructor creates a Service object for the ALK Custom Avoid/Favor Sets Service.
| Option | Type | Description |
|---|---|---|
apiKey |
string |
This option contains the ALK ApiKey that gives you permission to extract data from ALK Servers. |
hostURL |
string |
This option contains the the host and port URL for the particular service. This option is not set by the user, but is automatically generated from the particular service being used. |
path |
string |
This option is the path part of the URL for the particular service. This option is not set by the user, but is automatically generated from the particular service being used. |
Extends
Methods
-
add(input, success, failure)
-
Name Type Description inputalkx.AvoidFavorSetsServiceAddOptions Attribute Type Description setIdstring | undefined avoidFavorMapLinkalkx.AvoidFavorMapLink | undefined successfunction failurefunction -
delete(input, success, failure)
-
Name Type Description inputalkx.AvoidFavorSetsServiceDeleteOptions Attribute Type Description setIdnumber | string | undefined afIdnumber | string | undefined successfunction failurefunction -
get(input, success, failure)
-
Name Type Description inputalkx.AvoidFavorSetsServiceGetOptions Attribute Type Description idnumber | string | undefined tagstring | undefined detailboolean | string | undefined namestring | undefined successfunction failurefunction -
getServiceOptions(options){Object} inherited
-
This method returns the base options that was used to create this Service object and override them with the given options;
Name Type Description optionsObject Returns:
The combined options.
-
update(input, success, failure)
-
Name Type Description inputalkx.AvoidFavorSetsServiceUpdateOptions Attribute Type Description setIdstring | undefined avoidFavorMapLinkalkx.AvoidFavorMapLink | undefined successfunction failurefunction