/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model. */ using System; using Amazon.Runtime; namespace Amazon.Appflow { /// /// Constants used for properties of type AggregationType. /// public class AggregationType : ConstantClass { /// /// Constant None for AggregationType /// public static readonly AggregationType None = new AggregationType("None"); /// /// Constant SingleFile for AggregationType /// public static readonly AggregationType SingleFile = new AggregationType("SingleFile"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public AggregationType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static AggregationType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator AggregationType(string value) { return FindValue(value); } } /// /// Constants used for properties of type AmplitudeConnectorOperator. /// public class AmplitudeConnectorOperator : ConstantClass { /// /// Constant BETWEEN for AmplitudeConnectorOperator /// public static readonly AmplitudeConnectorOperator BETWEEN = new AmplitudeConnectorOperator("BETWEEN"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public AmplitudeConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static AmplitudeConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator AmplitudeConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type AuthenticationType. /// public class AuthenticationType : ConstantClass { /// /// Constant APIKEY for AuthenticationType /// public static readonly AuthenticationType APIKEY = new AuthenticationType("APIKEY"); /// /// Constant BASIC for AuthenticationType /// public static readonly AuthenticationType BASIC = new AuthenticationType("BASIC"); /// /// Constant CUSTOM for AuthenticationType /// public static readonly AuthenticationType CUSTOM = new AuthenticationType("CUSTOM"); /// /// Constant OAUTH2 for AuthenticationType /// public static readonly AuthenticationType OAUTH2 = new AuthenticationType("OAUTH2"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public AuthenticationType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static AuthenticationType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator AuthenticationType(string value) { return FindValue(value); } } /// /// Constants used for properties of type CatalogType. /// public class CatalogType : ConstantClass { /// /// Constant GLUE for CatalogType /// public static readonly CatalogType GLUE = new CatalogType("GLUE"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public CatalogType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static CatalogType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator CatalogType(string value) { return FindValue(value); } } /// /// Constants used for properties of type ConnectionMode. /// public class ConnectionMode : ConstantClass { /// /// Constant Private for ConnectionMode /// public static readonly ConnectionMode Private = new ConnectionMode("Private"); /// /// Constant Public for ConnectionMode /// public static readonly ConnectionMode Public = new ConnectionMode("Public"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ConnectionMode(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ConnectionMode FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ConnectionMode(string value) { return FindValue(value); } } /// /// Constants used for properties of type ConnectorProvisioningType. /// public class ConnectorProvisioningType : ConstantClass { /// /// Constant LAMBDA for ConnectorProvisioningType /// public static readonly ConnectorProvisioningType LAMBDA = new ConnectorProvisioningType("LAMBDA"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ConnectorProvisioningType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ConnectorProvisioningType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ConnectorProvisioningType(string value) { return FindValue(value); } } /// /// Constants used for properties of type ConnectorType. /// public class ConnectorType : ConstantClass { /// /// Constant Amplitude for ConnectorType /// public static readonly ConnectorType Amplitude = new ConnectorType("Amplitude"); /// /// Constant CustomConnector for ConnectorType /// public static readonly ConnectorType CustomConnector = new ConnectorType("CustomConnector"); /// /// Constant CustomerProfiles for ConnectorType /// public static readonly ConnectorType CustomerProfiles = new ConnectorType("CustomerProfiles"); /// /// Constant Datadog for ConnectorType /// public static readonly ConnectorType Datadog = new ConnectorType("Datadog"); /// /// Constant Dynatrace for ConnectorType /// public static readonly ConnectorType Dynatrace = new ConnectorType("Dynatrace"); /// /// Constant EventBridge for ConnectorType /// public static readonly ConnectorType EventBridge = new ConnectorType("EventBridge"); /// /// Constant Googleanalytics for ConnectorType /// public static readonly ConnectorType Googleanalytics = new ConnectorType("Googleanalytics"); /// /// Constant Honeycode for ConnectorType /// public static readonly ConnectorType Honeycode = new ConnectorType("Honeycode"); /// /// Constant Infornexus for ConnectorType /// public static readonly ConnectorType Infornexus = new ConnectorType("Infornexus"); /// /// Constant LookoutMetrics for ConnectorType /// public static readonly ConnectorType LookoutMetrics = new ConnectorType("LookoutMetrics"); /// /// Constant Marketo for ConnectorType /// public static readonly ConnectorType Marketo = new ConnectorType("Marketo"); /// /// Constant Pardot for ConnectorType /// public static readonly ConnectorType Pardot = new ConnectorType("Pardot"); /// /// Constant Redshift for ConnectorType /// public static readonly ConnectorType Redshift = new ConnectorType("Redshift"); /// /// Constant S3 for ConnectorType /// public static readonly ConnectorType S3 = new ConnectorType("S3"); /// /// Constant Salesforce for ConnectorType /// public static readonly ConnectorType Salesforce = new ConnectorType("Salesforce"); /// /// Constant SAPOData for ConnectorType /// public static readonly ConnectorType SAPOData = new ConnectorType("SAPOData"); /// /// Constant Servicenow for ConnectorType /// public static readonly ConnectorType Servicenow = new ConnectorType("Servicenow"); /// /// Constant Singular for ConnectorType /// public static readonly ConnectorType Singular = new ConnectorType("Singular"); /// /// Constant Slack for ConnectorType /// public static readonly ConnectorType Slack = new ConnectorType("Slack"); /// /// Constant Snowflake for ConnectorType /// public static readonly ConnectorType Snowflake = new ConnectorType("Snowflake"); /// /// Constant Trendmicro for ConnectorType /// public static readonly ConnectorType Trendmicro = new ConnectorType("Trendmicro"); /// /// Constant Upsolver for ConnectorType /// public static readonly ConnectorType Upsolver = new ConnectorType("Upsolver"); /// /// Constant Veeva for ConnectorType /// public static readonly ConnectorType Veeva = new ConnectorType("Veeva"); /// /// Constant Zendesk for ConnectorType /// public static readonly ConnectorType Zendesk = new ConnectorType("Zendesk"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ConnectorType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ConnectorType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ConnectorType(string value) { return FindValue(value); } } /// /// Constants used for properties of type DatadogConnectorOperator. /// public class DatadogConnectorOperator : ConstantClass { /// /// Constant ADDITION for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator ADDITION = new DatadogConnectorOperator("ADDITION"); /// /// Constant BETWEEN for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator BETWEEN = new DatadogConnectorOperator("BETWEEN"); /// /// Constant DIVISION for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator DIVISION = new DatadogConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator EQUAL_TO = new DatadogConnectorOperator("EQUAL_TO"); /// /// Constant MASK_ALL for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator MASK_ALL = new DatadogConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator MASK_FIRST_N = new DatadogConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator MASK_LAST_N = new DatadogConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator MULTIPLICATION = new DatadogConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator NO_OP = new DatadogConnectorOperator("NO_OP"); /// /// Constant PROJECTION for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator PROJECTION = new DatadogConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator SUBTRACTION = new DatadogConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator VALIDATE_NON_NEGATIVE = new DatadogConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator VALIDATE_NON_NULL = new DatadogConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator VALIDATE_NON_ZERO = new DatadogConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for DatadogConnectorOperator /// public static readonly DatadogConnectorOperator VALIDATE_NUMERIC = new DatadogConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public DatadogConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static DatadogConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator DatadogConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type DataPullMode. /// public class DataPullMode : ConstantClass { /// /// Constant Complete for DataPullMode /// public static readonly DataPullMode Complete = new DataPullMode("Complete"); /// /// Constant Incremental for DataPullMode /// public static readonly DataPullMode Incremental = new DataPullMode("Incremental"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public DataPullMode(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static DataPullMode FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator DataPullMode(string value) { return FindValue(value); } } /// /// Constants used for properties of type DataTransferApiType. /// public class DataTransferApiType : ConstantClass { /// /// Constant ASYNC for DataTransferApiType /// public static readonly DataTransferApiType ASYNC = new DataTransferApiType("ASYNC"); /// /// Constant AUTOMATIC for DataTransferApiType /// public static readonly DataTransferApiType AUTOMATIC = new DataTransferApiType("AUTOMATIC"); /// /// Constant SYNC for DataTransferApiType /// public static readonly DataTransferApiType SYNC = new DataTransferApiType("SYNC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public DataTransferApiType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static DataTransferApiType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator DataTransferApiType(string value) { return FindValue(value); } } /// /// Constants used for properties of type DynatraceConnectorOperator. /// public class DynatraceConnectorOperator : ConstantClass { /// /// Constant ADDITION for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator ADDITION = new DynatraceConnectorOperator("ADDITION"); /// /// Constant BETWEEN for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator BETWEEN = new DynatraceConnectorOperator("BETWEEN"); /// /// Constant DIVISION for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator DIVISION = new DynatraceConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator EQUAL_TO = new DynatraceConnectorOperator("EQUAL_TO"); /// /// Constant MASK_ALL for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator MASK_ALL = new DynatraceConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator MASK_FIRST_N = new DynatraceConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator MASK_LAST_N = new DynatraceConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator MULTIPLICATION = new DynatraceConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator NO_OP = new DynatraceConnectorOperator("NO_OP"); /// /// Constant PROJECTION for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator PROJECTION = new DynatraceConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator SUBTRACTION = new DynatraceConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator VALIDATE_NON_NEGATIVE = new DynatraceConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator VALIDATE_NON_NULL = new DynatraceConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator VALIDATE_NON_ZERO = new DynatraceConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for DynatraceConnectorOperator /// public static readonly DynatraceConnectorOperator VALIDATE_NUMERIC = new DynatraceConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public DynatraceConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static DynatraceConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator DynatraceConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type ExecutionStatus. /// public class ExecutionStatus : ConstantClass { /// /// Constant Canceled for ExecutionStatus /// public static readonly ExecutionStatus Canceled = new ExecutionStatus("Canceled"); /// /// Constant CancelStarted for ExecutionStatus /// public static readonly ExecutionStatus CancelStarted = new ExecutionStatus("CancelStarted"); /// /// Constant Error for ExecutionStatus /// public static readonly ExecutionStatus Error = new ExecutionStatus("Error"); /// /// Constant InProgress for ExecutionStatus /// public static readonly ExecutionStatus InProgress = new ExecutionStatus("InProgress"); /// /// Constant Successful for ExecutionStatus /// public static readonly ExecutionStatus Successful = new ExecutionStatus("Successful"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ExecutionStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ExecutionStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ExecutionStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type FileType. /// public class FileType : ConstantClass { /// /// Constant CSV for FileType /// public static readonly FileType CSV = new FileType("CSV"); /// /// Constant JSON for FileType /// public static readonly FileType JSON = new FileType("JSON"); /// /// Constant PARQUET for FileType /// public static readonly FileType PARQUET = new FileType("PARQUET"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public FileType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static FileType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator FileType(string value) { return FindValue(value); } } /// /// Constants used for properties of type FlowStatus. /// public class FlowStatus : ConstantClass { /// /// Constant Active for FlowStatus /// public static readonly FlowStatus Active = new FlowStatus("Active"); /// /// Constant Deleted for FlowStatus /// public static readonly FlowStatus Deleted = new FlowStatus("Deleted"); /// /// Constant Deprecated for FlowStatus /// public static readonly FlowStatus Deprecated = new FlowStatus("Deprecated"); /// /// Constant Draft for FlowStatus /// public static readonly FlowStatus Draft = new FlowStatus("Draft"); /// /// Constant Errored for FlowStatus /// public static readonly FlowStatus Errored = new FlowStatus("Errored"); /// /// Constant Suspended for FlowStatus /// public static readonly FlowStatus Suspended = new FlowStatus("Suspended"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public FlowStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static FlowStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator FlowStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type GoogleAnalyticsConnectorOperator. /// public class GoogleAnalyticsConnectorOperator : ConstantClass { /// /// Constant BETWEEN for GoogleAnalyticsConnectorOperator /// public static readonly GoogleAnalyticsConnectorOperator BETWEEN = new GoogleAnalyticsConnectorOperator("BETWEEN"); /// /// Constant PROJECTION for GoogleAnalyticsConnectorOperator /// public static readonly GoogleAnalyticsConnectorOperator PROJECTION = new GoogleAnalyticsConnectorOperator("PROJECTION"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public GoogleAnalyticsConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static GoogleAnalyticsConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator GoogleAnalyticsConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type InforNexusConnectorOperator. /// public class InforNexusConnectorOperator : ConstantClass { /// /// Constant ADDITION for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator ADDITION = new InforNexusConnectorOperator("ADDITION"); /// /// Constant BETWEEN for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator BETWEEN = new InforNexusConnectorOperator("BETWEEN"); /// /// Constant DIVISION for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator DIVISION = new InforNexusConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator EQUAL_TO = new InforNexusConnectorOperator("EQUAL_TO"); /// /// Constant MASK_ALL for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator MASK_ALL = new InforNexusConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator MASK_FIRST_N = new InforNexusConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator MASK_LAST_N = new InforNexusConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator MULTIPLICATION = new InforNexusConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator NO_OP = new InforNexusConnectorOperator("NO_OP"); /// /// Constant PROJECTION for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator PROJECTION = new InforNexusConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator SUBTRACTION = new InforNexusConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator VALIDATE_NON_NEGATIVE = new InforNexusConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator VALIDATE_NON_NULL = new InforNexusConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator VALIDATE_NON_ZERO = new InforNexusConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for InforNexusConnectorOperator /// public static readonly InforNexusConnectorOperator VALIDATE_NUMERIC = new InforNexusConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public InforNexusConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static InforNexusConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator InforNexusConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type MarketoConnectorOperator. /// public class MarketoConnectorOperator : ConstantClass { /// /// Constant ADDITION for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator ADDITION = new MarketoConnectorOperator("ADDITION"); /// /// Constant BETWEEN for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator BETWEEN = new MarketoConnectorOperator("BETWEEN"); /// /// Constant DIVISION for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator DIVISION = new MarketoConnectorOperator("DIVISION"); /// /// Constant GREATER_THAN for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator GREATER_THAN = new MarketoConnectorOperator("GREATER_THAN"); /// /// Constant LESS_THAN for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator LESS_THAN = new MarketoConnectorOperator("LESS_THAN"); /// /// Constant MASK_ALL for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator MASK_ALL = new MarketoConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator MASK_FIRST_N = new MarketoConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator MASK_LAST_N = new MarketoConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator MULTIPLICATION = new MarketoConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator NO_OP = new MarketoConnectorOperator("NO_OP"); /// /// Constant PROJECTION for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator PROJECTION = new MarketoConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator SUBTRACTION = new MarketoConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator VALIDATE_NON_NEGATIVE = new MarketoConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator VALIDATE_NON_NULL = new MarketoConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator VALIDATE_NON_ZERO = new MarketoConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for MarketoConnectorOperator /// public static readonly MarketoConnectorOperator VALIDATE_NUMERIC = new MarketoConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public MarketoConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static MarketoConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator MarketoConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type OAuth2CustomPropType. /// public class OAuth2CustomPropType : ConstantClass { /// /// Constant AUTH_URL for OAuth2CustomPropType /// public static readonly OAuth2CustomPropType AUTH_URL = new OAuth2CustomPropType("AUTH_URL"); /// /// Constant TOKEN_URL for OAuth2CustomPropType /// public static readonly OAuth2CustomPropType TOKEN_URL = new OAuth2CustomPropType("TOKEN_URL"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public OAuth2CustomPropType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static OAuth2CustomPropType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator OAuth2CustomPropType(string value) { return FindValue(value); } } /// /// Constants used for properties of type OAuth2GrantType. /// public class OAuth2GrantType : ConstantClass { /// /// Constant AUTHORIZATION_CODE for OAuth2GrantType /// public static readonly OAuth2GrantType AUTHORIZATION_CODE = new OAuth2GrantType("AUTHORIZATION_CODE"); /// /// Constant CLIENT_CREDENTIALS for OAuth2GrantType /// public static readonly OAuth2GrantType CLIENT_CREDENTIALS = new OAuth2GrantType("CLIENT_CREDENTIALS"); /// /// Constant JWT_BEARER for OAuth2GrantType /// public static readonly OAuth2GrantType JWT_BEARER = new OAuth2GrantType("JWT_BEARER"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public OAuth2GrantType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static OAuth2GrantType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator OAuth2GrantType(string value) { return FindValue(value); } } /// /// Constants used for properties of type Operator. /// public class Operator : ConstantClass { /// /// Constant ADDITION for Operator /// public static readonly Operator ADDITION = new Operator("ADDITION"); /// /// Constant BETWEEN for Operator /// public static readonly Operator BETWEEN = new Operator("BETWEEN"); /// /// Constant CONTAINS for Operator /// public static readonly Operator CONTAINS = new Operator("CONTAINS"); /// /// Constant DIVISION for Operator /// public static readonly Operator DIVISION = new Operator("DIVISION"); /// /// Constant EQUAL_TO for Operator /// public static readonly Operator EQUAL_TO = new Operator("EQUAL_TO"); /// /// Constant GREATER_THAN for Operator /// public static readonly Operator GREATER_THAN = new Operator("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for Operator /// public static readonly Operator GREATER_THAN_OR_EQUAL_TO = new Operator("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for Operator /// public static readonly Operator LESS_THAN = new Operator("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for Operator /// public static readonly Operator LESS_THAN_OR_EQUAL_TO = new Operator("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for Operator /// public static readonly Operator MASK_ALL = new Operator("MASK_ALL"); /// /// Constant MASK_FIRST_N for Operator /// public static readonly Operator MASK_FIRST_N = new Operator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for Operator /// public static readonly Operator MASK_LAST_N = new Operator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for Operator /// public static readonly Operator MULTIPLICATION = new Operator("MULTIPLICATION"); /// /// Constant NO_OP for Operator /// public static readonly Operator NO_OP = new Operator("NO_OP"); /// /// Constant NOT_EQUAL_TO for Operator /// public static readonly Operator NOT_EQUAL_TO = new Operator("NOT_EQUAL_TO"); /// /// Constant PROJECTION for Operator /// public static readonly Operator PROJECTION = new Operator("PROJECTION"); /// /// Constant SUBTRACTION for Operator /// public static readonly Operator SUBTRACTION = new Operator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for Operator /// public static readonly Operator VALIDATE_NON_NEGATIVE = new Operator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for Operator /// public static readonly Operator VALIDATE_NON_NULL = new Operator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for Operator /// public static readonly Operator VALIDATE_NON_ZERO = new Operator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for Operator /// public static readonly Operator VALIDATE_NUMERIC = new Operator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public Operator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static Operator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator Operator(string value) { return FindValue(value); } } /// /// Constants used for properties of type OperatorPropertiesKeys. /// public class OperatorPropertiesKeys : ConstantClass { /// /// Constant CONCAT_FORMAT for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys CONCAT_FORMAT = new OperatorPropertiesKeys("CONCAT_FORMAT"); /// /// Constant DATA_TYPE for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys DATA_TYPE = new OperatorPropertiesKeys("DATA_TYPE"); /// /// Constant DESTINATION_DATA_TYPE for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys DESTINATION_DATA_TYPE = new OperatorPropertiesKeys("DESTINATION_DATA_TYPE"); /// /// Constant EXCLUDE_SOURCE_FIELDS_LIST for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys EXCLUDE_SOURCE_FIELDS_LIST = new OperatorPropertiesKeys("EXCLUDE_SOURCE_FIELDS_LIST"); /// /// Constant INCLUDE_NEW_FIELDS for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys INCLUDE_NEW_FIELDS = new OperatorPropertiesKeys("INCLUDE_NEW_FIELDS"); /// /// Constant LOWER_BOUND for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys LOWER_BOUND = new OperatorPropertiesKeys("LOWER_BOUND"); /// /// Constant MASK_LENGTH for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys MASK_LENGTH = new OperatorPropertiesKeys("MASK_LENGTH"); /// /// Constant MASK_VALUE for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys MASK_VALUE = new OperatorPropertiesKeys("MASK_VALUE"); /// /// Constant MATH_OPERATION_FIELDS_ORDER for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys MATH_OPERATION_FIELDS_ORDER = new OperatorPropertiesKeys("MATH_OPERATION_FIELDS_ORDER"); /// /// Constant ORDERED_PARTITION_KEYS_LIST for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys ORDERED_PARTITION_KEYS_LIST = new OperatorPropertiesKeys("ORDERED_PARTITION_KEYS_LIST"); /// /// Constant SOURCE_DATA_TYPE for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys SOURCE_DATA_TYPE = new OperatorPropertiesKeys("SOURCE_DATA_TYPE"); /// /// Constant SUBFIELD_CATEGORY_MAP for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys SUBFIELD_CATEGORY_MAP = new OperatorPropertiesKeys("SUBFIELD_CATEGORY_MAP"); /// /// Constant TRUNCATE_LENGTH for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys TRUNCATE_LENGTH = new OperatorPropertiesKeys("TRUNCATE_LENGTH"); /// /// Constant UPPER_BOUND for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys UPPER_BOUND = new OperatorPropertiesKeys("UPPER_BOUND"); /// /// Constant VALIDATION_ACTION for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys VALIDATION_ACTION = new OperatorPropertiesKeys("VALIDATION_ACTION"); /// /// Constant VALUE for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys VALUE = new OperatorPropertiesKeys("VALUE"); /// /// Constant VALUES for OperatorPropertiesKeys /// public static readonly OperatorPropertiesKeys VALUES = new OperatorPropertiesKeys("VALUES"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public OperatorPropertiesKeys(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static OperatorPropertiesKeys FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator OperatorPropertiesKeys(string value) { return FindValue(value); } } /// /// Constants used for properties of type Operators. /// public class Operators : ConstantClass { /// /// Constant ADDITION for Operators /// public static readonly Operators ADDITION = new Operators("ADDITION"); /// /// Constant BETWEEN for Operators /// public static readonly Operators BETWEEN = new Operators("BETWEEN"); /// /// Constant CONTAINS for Operators /// public static readonly Operators CONTAINS = new Operators("CONTAINS"); /// /// Constant DIVISION for Operators /// public static readonly Operators DIVISION = new Operators("DIVISION"); /// /// Constant EQUAL_TO for Operators /// public static readonly Operators EQUAL_TO = new Operators("EQUAL_TO"); /// /// Constant GREATER_THAN for Operators /// public static readonly Operators GREATER_THAN = new Operators("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for Operators /// public static readonly Operators GREATER_THAN_OR_EQUAL_TO = new Operators("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for Operators /// public static readonly Operators LESS_THAN = new Operators("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for Operators /// public static readonly Operators LESS_THAN_OR_EQUAL_TO = new Operators("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for Operators /// public static readonly Operators MASK_ALL = new Operators("MASK_ALL"); /// /// Constant MASK_FIRST_N for Operators /// public static readonly Operators MASK_FIRST_N = new Operators("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for Operators /// public static readonly Operators MASK_LAST_N = new Operators("MASK_LAST_N"); /// /// Constant MULTIPLICATION for Operators /// public static readonly Operators MULTIPLICATION = new Operators("MULTIPLICATION"); /// /// Constant NO_OP for Operators /// public static readonly Operators NO_OP = new Operators("NO_OP"); /// /// Constant NOT_EQUAL_TO for Operators /// public static readonly Operators NOT_EQUAL_TO = new Operators("NOT_EQUAL_TO"); /// /// Constant PROJECTION for Operators /// public static readonly Operators PROJECTION = new Operators("PROJECTION"); /// /// Constant SUBTRACTION for Operators /// public static readonly Operators SUBTRACTION = new Operators("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for Operators /// public static readonly Operators VALIDATE_NON_NEGATIVE = new Operators("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for Operators /// public static readonly Operators VALIDATE_NON_NULL = new Operators("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for Operators /// public static readonly Operators VALIDATE_NON_ZERO = new Operators("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for Operators /// public static readonly Operators VALIDATE_NUMERIC = new Operators("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public Operators(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static Operators FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator Operators(string value) { return FindValue(value); } } /// /// Constants used for properties of type PardotConnectorOperator. /// public class PardotConnectorOperator : ConstantClass { /// /// Constant ADDITION for PardotConnectorOperator /// public static readonly PardotConnectorOperator ADDITION = new PardotConnectorOperator("ADDITION"); /// /// Constant DIVISION for PardotConnectorOperator /// public static readonly PardotConnectorOperator DIVISION = new PardotConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for PardotConnectorOperator /// public static readonly PardotConnectorOperator EQUAL_TO = new PardotConnectorOperator("EQUAL_TO"); /// /// Constant MASK_ALL for PardotConnectorOperator /// public static readonly PardotConnectorOperator MASK_ALL = new PardotConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for PardotConnectorOperator /// public static readonly PardotConnectorOperator MASK_FIRST_N = new PardotConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for PardotConnectorOperator /// public static readonly PardotConnectorOperator MASK_LAST_N = new PardotConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for PardotConnectorOperator /// public static readonly PardotConnectorOperator MULTIPLICATION = new PardotConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for PardotConnectorOperator /// public static readonly PardotConnectorOperator NO_OP = new PardotConnectorOperator("NO_OP"); /// /// Constant PROJECTION for PardotConnectorOperator /// public static readonly PardotConnectorOperator PROJECTION = new PardotConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for PardotConnectorOperator /// public static readonly PardotConnectorOperator SUBTRACTION = new PardotConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for PardotConnectorOperator /// public static readonly PardotConnectorOperator VALIDATE_NON_NEGATIVE = new PardotConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for PardotConnectorOperator /// public static readonly PardotConnectorOperator VALIDATE_NON_NULL = new PardotConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for PardotConnectorOperator /// public static readonly PardotConnectorOperator VALIDATE_NON_ZERO = new PardotConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for PardotConnectorOperator /// public static readonly PardotConnectorOperator VALIDATE_NUMERIC = new PardotConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public PardotConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static PardotConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator PardotConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type PathPrefix. /// public class PathPrefix : ConstantClass { /// /// Constant EXECUTION_ID for PathPrefix /// public static readonly PathPrefix EXECUTION_ID = new PathPrefix("EXECUTION_ID"); /// /// Constant SCHEMA_VERSION for PathPrefix /// public static readonly PathPrefix SCHEMA_VERSION = new PathPrefix("SCHEMA_VERSION"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public PathPrefix(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static PathPrefix FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator PathPrefix(string value) { return FindValue(value); } } /// /// Constants used for properties of type PrefixFormat. /// public class PrefixFormat : ConstantClass { /// /// Constant DAY for PrefixFormat /// public static readonly PrefixFormat DAY = new PrefixFormat("DAY"); /// /// Constant HOUR for PrefixFormat /// public static readonly PrefixFormat HOUR = new PrefixFormat("HOUR"); /// /// Constant MINUTE for PrefixFormat /// public static readonly PrefixFormat MINUTE = new PrefixFormat("MINUTE"); /// /// Constant MONTH for PrefixFormat /// public static readonly PrefixFormat MONTH = new PrefixFormat("MONTH"); /// /// Constant YEAR for PrefixFormat /// public static readonly PrefixFormat YEAR = new PrefixFormat("YEAR"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public PrefixFormat(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static PrefixFormat FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator PrefixFormat(string value) { return FindValue(value); } } /// /// Constants used for properties of type PrefixType. /// public class PrefixType : ConstantClass { /// /// Constant FILENAME for PrefixType /// public static readonly PrefixType FILENAME = new PrefixType("FILENAME"); /// /// Constant PATH for PrefixType /// public static readonly PrefixType PATH = new PrefixType("PATH"); /// /// Constant PATH_AND_FILENAME for PrefixType /// public static readonly PrefixType PATH_AND_FILENAME = new PrefixType("PATH_AND_FILENAME"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public PrefixType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static PrefixType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator PrefixType(string value) { return FindValue(value); } } /// /// Constants used for properties of type PrivateConnectionProvisioningFailureCause. /// public class PrivateConnectionProvisioningFailureCause : ConstantClass { /// /// Constant ACCESS_DENIED for PrivateConnectionProvisioningFailureCause /// public static readonly PrivateConnectionProvisioningFailureCause ACCESS_DENIED = new PrivateConnectionProvisioningFailureCause("ACCESS_DENIED"); /// /// Constant CONNECTOR_AUTHENTICATION for PrivateConnectionProvisioningFailureCause /// public static readonly PrivateConnectionProvisioningFailureCause CONNECTOR_AUTHENTICATION = new PrivateConnectionProvisioningFailureCause("CONNECTOR_AUTHENTICATION"); /// /// Constant CONNECTOR_SERVER for PrivateConnectionProvisioningFailureCause /// public static readonly PrivateConnectionProvisioningFailureCause CONNECTOR_SERVER = new PrivateConnectionProvisioningFailureCause("CONNECTOR_SERVER"); /// /// Constant INTERNAL_SERVER for PrivateConnectionProvisioningFailureCause /// public static readonly PrivateConnectionProvisioningFailureCause INTERNAL_SERVER = new PrivateConnectionProvisioningFailureCause("INTERNAL_SERVER"); /// /// Constant VALIDATION for PrivateConnectionProvisioningFailureCause /// public static readonly PrivateConnectionProvisioningFailureCause VALIDATION = new PrivateConnectionProvisioningFailureCause("VALIDATION"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public PrivateConnectionProvisioningFailureCause(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static PrivateConnectionProvisioningFailureCause FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator PrivateConnectionProvisioningFailureCause(string value) { return FindValue(value); } } /// /// Constants used for properties of type PrivateConnectionProvisioningStatus. /// public class PrivateConnectionProvisioningStatus : ConstantClass { /// /// Constant CREATED for PrivateConnectionProvisioningStatus /// public static readonly PrivateConnectionProvisioningStatus CREATED = new PrivateConnectionProvisioningStatus("CREATED"); /// /// Constant FAILED for PrivateConnectionProvisioningStatus /// public static readonly PrivateConnectionProvisioningStatus FAILED = new PrivateConnectionProvisioningStatus("FAILED"); /// /// Constant PENDING for PrivateConnectionProvisioningStatus /// public static readonly PrivateConnectionProvisioningStatus PENDING = new PrivateConnectionProvisioningStatus("PENDING"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public PrivateConnectionProvisioningStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static PrivateConnectionProvisioningStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator PrivateConnectionProvisioningStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type S3ConnectorOperator. /// public class S3ConnectorOperator : ConstantClass { /// /// Constant ADDITION for S3ConnectorOperator /// public static readonly S3ConnectorOperator ADDITION = new S3ConnectorOperator("ADDITION"); /// /// Constant BETWEEN for S3ConnectorOperator /// public static readonly S3ConnectorOperator BETWEEN = new S3ConnectorOperator("BETWEEN"); /// /// Constant DIVISION for S3ConnectorOperator /// public static readonly S3ConnectorOperator DIVISION = new S3ConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for S3ConnectorOperator /// public static readonly S3ConnectorOperator EQUAL_TO = new S3ConnectorOperator("EQUAL_TO"); /// /// Constant GREATER_THAN for S3ConnectorOperator /// public static readonly S3ConnectorOperator GREATER_THAN = new S3ConnectorOperator("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for S3ConnectorOperator /// public static readonly S3ConnectorOperator GREATER_THAN_OR_EQUAL_TO = new S3ConnectorOperator("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for S3ConnectorOperator /// public static readonly S3ConnectorOperator LESS_THAN = new S3ConnectorOperator("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for S3ConnectorOperator /// public static readonly S3ConnectorOperator LESS_THAN_OR_EQUAL_TO = new S3ConnectorOperator("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for S3ConnectorOperator /// public static readonly S3ConnectorOperator MASK_ALL = new S3ConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for S3ConnectorOperator /// public static readonly S3ConnectorOperator MASK_FIRST_N = new S3ConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for S3ConnectorOperator /// public static readonly S3ConnectorOperator MASK_LAST_N = new S3ConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for S3ConnectorOperator /// public static readonly S3ConnectorOperator MULTIPLICATION = new S3ConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for S3ConnectorOperator /// public static readonly S3ConnectorOperator NO_OP = new S3ConnectorOperator("NO_OP"); /// /// Constant NOT_EQUAL_TO for S3ConnectorOperator /// public static readonly S3ConnectorOperator NOT_EQUAL_TO = new S3ConnectorOperator("NOT_EQUAL_TO"); /// /// Constant PROJECTION for S3ConnectorOperator /// public static readonly S3ConnectorOperator PROJECTION = new S3ConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for S3ConnectorOperator /// public static readonly S3ConnectorOperator SUBTRACTION = new S3ConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for S3ConnectorOperator /// public static readonly S3ConnectorOperator VALIDATE_NON_NEGATIVE = new S3ConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for S3ConnectorOperator /// public static readonly S3ConnectorOperator VALIDATE_NON_NULL = new S3ConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for S3ConnectorOperator /// public static readonly S3ConnectorOperator VALIDATE_NON_ZERO = new S3ConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for S3ConnectorOperator /// public static readonly S3ConnectorOperator VALIDATE_NUMERIC = new S3ConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public S3ConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static S3ConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator S3ConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type S3InputFileType. /// public class S3InputFileType : ConstantClass { /// /// Constant CSV for S3InputFileType /// public static readonly S3InputFileType CSV = new S3InputFileType("CSV"); /// /// Constant JSON for S3InputFileType /// public static readonly S3InputFileType JSON = new S3InputFileType("JSON"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public S3InputFileType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static S3InputFileType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator S3InputFileType(string value) { return FindValue(value); } } /// /// Constants used for properties of type SalesforceConnectorOperator. /// public class SalesforceConnectorOperator : ConstantClass { /// /// Constant ADDITION for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator ADDITION = new SalesforceConnectorOperator("ADDITION"); /// /// Constant BETWEEN for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator BETWEEN = new SalesforceConnectorOperator("BETWEEN"); /// /// Constant CONTAINS for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator CONTAINS = new SalesforceConnectorOperator("CONTAINS"); /// /// Constant DIVISION for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator DIVISION = new SalesforceConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator EQUAL_TO = new SalesforceConnectorOperator("EQUAL_TO"); /// /// Constant GREATER_THAN for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator GREATER_THAN = new SalesforceConnectorOperator("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator GREATER_THAN_OR_EQUAL_TO = new SalesforceConnectorOperator("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator LESS_THAN = new SalesforceConnectorOperator("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator LESS_THAN_OR_EQUAL_TO = new SalesforceConnectorOperator("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator MASK_ALL = new SalesforceConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator MASK_FIRST_N = new SalesforceConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator MASK_LAST_N = new SalesforceConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator MULTIPLICATION = new SalesforceConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator NO_OP = new SalesforceConnectorOperator("NO_OP"); /// /// Constant NOT_EQUAL_TO for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator NOT_EQUAL_TO = new SalesforceConnectorOperator("NOT_EQUAL_TO"); /// /// Constant PROJECTION for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator PROJECTION = new SalesforceConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator SUBTRACTION = new SalesforceConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator VALIDATE_NON_NEGATIVE = new SalesforceConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator VALIDATE_NON_NULL = new SalesforceConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator VALIDATE_NON_ZERO = new SalesforceConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for SalesforceConnectorOperator /// public static readonly SalesforceConnectorOperator VALIDATE_NUMERIC = new SalesforceConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public SalesforceConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SalesforceConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SalesforceConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type SalesforceDataTransferApi. /// public class SalesforceDataTransferApi : ConstantClass { /// /// Constant AUTOMATIC for SalesforceDataTransferApi /// public static readonly SalesforceDataTransferApi AUTOMATIC = new SalesforceDataTransferApi("AUTOMATIC"); /// /// Constant BULKV2 for SalesforceDataTransferApi /// public static readonly SalesforceDataTransferApi BULKV2 = new SalesforceDataTransferApi("BULKV2"); /// /// Constant REST_SYNC for SalesforceDataTransferApi /// public static readonly SalesforceDataTransferApi REST_SYNC = new SalesforceDataTransferApi("REST_SYNC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public SalesforceDataTransferApi(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SalesforceDataTransferApi FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SalesforceDataTransferApi(string value) { return FindValue(value); } } /// /// Constants used for properties of type SAPODataConnectorOperator. /// public class SAPODataConnectorOperator : ConstantClass { /// /// Constant ADDITION for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator ADDITION = new SAPODataConnectorOperator("ADDITION"); /// /// Constant BETWEEN for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator BETWEEN = new SAPODataConnectorOperator("BETWEEN"); /// /// Constant CONTAINS for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator CONTAINS = new SAPODataConnectorOperator("CONTAINS"); /// /// Constant DIVISION for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator DIVISION = new SAPODataConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator EQUAL_TO = new SAPODataConnectorOperator("EQUAL_TO"); /// /// Constant GREATER_THAN for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator GREATER_THAN = new SAPODataConnectorOperator("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator GREATER_THAN_OR_EQUAL_TO = new SAPODataConnectorOperator("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator LESS_THAN = new SAPODataConnectorOperator("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator LESS_THAN_OR_EQUAL_TO = new SAPODataConnectorOperator("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator MASK_ALL = new SAPODataConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator MASK_FIRST_N = new SAPODataConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator MASK_LAST_N = new SAPODataConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator MULTIPLICATION = new SAPODataConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator NO_OP = new SAPODataConnectorOperator("NO_OP"); /// /// Constant NOT_EQUAL_TO for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator NOT_EQUAL_TO = new SAPODataConnectorOperator("NOT_EQUAL_TO"); /// /// Constant PROJECTION for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator PROJECTION = new SAPODataConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator SUBTRACTION = new SAPODataConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator VALIDATE_NON_NEGATIVE = new SAPODataConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator VALIDATE_NON_NULL = new SAPODataConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator VALIDATE_NON_ZERO = new SAPODataConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for SAPODataConnectorOperator /// public static readonly SAPODataConnectorOperator VALIDATE_NUMERIC = new SAPODataConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public SAPODataConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SAPODataConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SAPODataConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type ScheduleFrequencyType. /// public class ScheduleFrequencyType : ConstantClass { /// /// Constant BYMINUTE for ScheduleFrequencyType /// public static readonly ScheduleFrequencyType BYMINUTE = new ScheduleFrequencyType("BYMINUTE"); /// /// Constant DAILY for ScheduleFrequencyType /// public static readonly ScheduleFrequencyType DAILY = new ScheduleFrequencyType("DAILY"); /// /// Constant HOURLY for ScheduleFrequencyType /// public static readonly ScheduleFrequencyType HOURLY = new ScheduleFrequencyType("HOURLY"); /// /// Constant MONTHLY for ScheduleFrequencyType /// public static readonly ScheduleFrequencyType MONTHLY = new ScheduleFrequencyType("MONTHLY"); /// /// Constant ONCE for ScheduleFrequencyType /// public static readonly ScheduleFrequencyType ONCE = new ScheduleFrequencyType("ONCE"); /// /// Constant WEEKLY for ScheduleFrequencyType /// public static readonly ScheduleFrequencyType WEEKLY = new ScheduleFrequencyType("WEEKLY"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ScheduleFrequencyType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ScheduleFrequencyType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ScheduleFrequencyType(string value) { return FindValue(value); } } /// /// Constants used for properties of type ServiceNowConnectorOperator. /// public class ServiceNowConnectorOperator : ConstantClass { /// /// Constant ADDITION for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator ADDITION = new ServiceNowConnectorOperator("ADDITION"); /// /// Constant BETWEEN for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator BETWEEN = new ServiceNowConnectorOperator("BETWEEN"); /// /// Constant CONTAINS for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator CONTAINS = new ServiceNowConnectorOperator("CONTAINS"); /// /// Constant DIVISION for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator DIVISION = new ServiceNowConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator EQUAL_TO = new ServiceNowConnectorOperator("EQUAL_TO"); /// /// Constant GREATER_THAN for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator GREATER_THAN = new ServiceNowConnectorOperator("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator GREATER_THAN_OR_EQUAL_TO = new ServiceNowConnectorOperator("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator LESS_THAN = new ServiceNowConnectorOperator("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator LESS_THAN_OR_EQUAL_TO = new ServiceNowConnectorOperator("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator MASK_ALL = new ServiceNowConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator MASK_FIRST_N = new ServiceNowConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator MASK_LAST_N = new ServiceNowConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator MULTIPLICATION = new ServiceNowConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator NO_OP = new ServiceNowConnectorOperator("NO_OP"); /// /// Constant NOT_EQUAL_TO for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator NOT_EQUAL_TO = new ServiceNowConnectorOperator("NOT_EQUAL_TO"); /// /// Constant PROJECTION for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator PROJECTION = new ServiceNowConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator SUBTRACTION = new ServiceNowConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator VALIDATE_NON_NEGATIVE = new ServiceNowConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator VALIDATE_NON_NULL = new ServiceNowConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator VALIDATE_NON_ZERO = new ServiceNowConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for ServiceNowConnectorOperator /// public static readonly ServiceNowConnectorOperator VALIDATE_NUMERIC = new ServiceNowConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ServiceNowConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ServiceNowConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ServiceNowConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type SingularConnectorOperator. /// public class SingularConnectorOperator : ConstantClass { /// /// Constant ADDITION for SingularConnectorOperator /// public static readonly SingularConnectorOperator ADDITION = new SingularConnectorOperator("ADDITION"); /// /// Constant DIVISION for SingularConnectorOperator /// public static readonly SingularConnectorOperator DIVISION = new SingularConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for SingularConnectorOperator /// public static readonly SingularConnectorOperator EQUAL_TO = new SingularConnectorOperator("EQUAL_TO"); /// /// Constant MASK_ALL for SingularConnectorOperator /// public static readonly SingularConnectorOperator MASK_ALL = new SingularConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for SingularConnectorOperator /// public static readonly SingularConnectorOperator MASK_FIRST_N = new SingularConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for SingularConnectorOperator /// public static readonly SingularConnectorOperator MASK_LAST_N = new SingularConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for SingularConnectorOperator /// public static readonly SingularConnectorOperator MULTIPLICATION = new SingularConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for SingularConnectorOperator /// public static readonly SingularConnectorOperator NO_OP = new SingularConnectorOperator("NO_OP"); /// /// Constant PROJECTION for SingularConnectorOperator /// public static readonly SingularConnectorOperator PROJECTION = new SingularConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for SingularConnectorOperator /// public static readonly SingularConnectorOperator SUBTRACTION = new SingularConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for SingularConnectorOperator /// public static readonly SingularConnectorOperator VALIDATE_NON_NEGATIVE = new SingularConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for SingularConnectorOperator /// public static readonly SingularConnectorOperator VALIDATE_NON_NULL = new SingularConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for SingularConnectorOperator /// public static readonly SingularConnectorOperator VALIDATE_NON_ZERO = new SingularConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for SingularConnectorOperator /// public static readonly SingularConnectorOperator VALIDATE_NUMERIC = new SingularConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public SingularConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SingularConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SingularConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type SlackConnectorOperator. /// public class SlackConnectorOperator : ConstantClass { /// /// Constant ADDITION for SlackConnectorOperator /// public static readonly SlackConnectorOperator ADDITION = new SlackConnectorOperator("ADDITION"); /// /// Constant BETWEEN for SlackConnectorOperator /// public static readonly SlackConnectorOperator BETWEEN = new SlackConnectorOperator("BETWEEN"); /// /// Constant DIVISION for SlackConnectorOperator /// public static readonly SlackConnectorOperator DIVISION = new SlackConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for SlackConnectorOperator /// public static readonly SlackConnectorOperator EQUAL_TO = new SlackConnectorOperator("EQUAL_TO"); /// /// Constant GREATER_THAN for SlackConnectorOperator /// public static readonly SlackConnectorOperator GREATER_THAN = new SlackConnectorOperator("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for SlackConnectorOperator /// public static readonly SlackConnectorOperator GREATER_THAN_OR_EQUAL_TO = new SlackConnectorOperator("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for SlackConnectorOperator /// public static readonly SlackConnectorOperator LESS_THAN = new SlackConnectorOperator("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for SlackConnectorOperator /// public static readonly SlackConnectorOperator LESS_THAN_OR_EQUAL_TO = new SlackConnectorOperator("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for SlackConnectorOperator /// public static readonly SlackConnectorOperator MASK_ALL = new SlackConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for SlackConnectorOperator /// public static readonly SlackConnectorOperator MASK_FIRST_N = new SlackConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for SlackConnectorOperator /// public static readonly SlackConnectorOperator MASK_LAST_N = new SlackConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for SlackConnectorOperator /// public static readonly SlackConnectorOperator MULTIPLICATION = new SlackConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for SlackConnectorOperator /// public static readonly SlackConnectorOperator NO_OP = new SlackConnectorOperator("NO_OP"); /// /// Constant PROJECTION for SlackConnectorOperator /// public static readonly SlackConnectorOperator PROJECTION = new SlackConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for SlackConnectorOperator /// public static readonly SlackConnectorOperator SUBTRACTION = new SlackConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for SlackConnectorOperator /// public static readonly SlackConnectorOperator VALIDATE_NON_NEGATIVE = new SlackConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for SlackConnectorOperator /// public static readonly SlackConnectorOperator VALIDATE_NON_NULL = new SlackConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for SlackConnectorOperator /// public static readonly SlackConnectorOperator VALIDATE_NON_ZERO = new SlackConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for SlackConnectorOperator /// public static readonly SlackConnectorOperator VALIDATE_NUMERIC = new SlackConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public SlackConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SlackConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SlackConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type SupportedDataTransferType. /// public class SupportedDataTransferType : ConstantClass { /// /// Constant FILE for SupportedDataTransferType /// public static readonly SupportedDataTransferType FILE = new SupportedDataTransferType("FILE"); /// /// Constant RECORD for SupportedDataTransferType /// public static readonly SupportedDataTransferType RECORD = new SupportedDataTransferType("RECORD"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public SupportedDataTransferType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SupportedDataTransferType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SupportedDataTransferType(string value) { return FindValue(value); } } /// /// Constants used for properties of type TaskType. /// public class TaskType : ConstantClass { /// /// Constant Arithmetic for TaskType /// public static readonly TaskType Arithmetic = new TaskType("Arithmetic"); /// /// Constant Filter for TaskType /// public static readonly TaskType Filter = new TaskType("Filter"); /// /// Constant Map for TaskType /// public static readonly TaskType Map = new TaskType("Map"); /// /// Constant Map_all for TaskType /// public static readonly TaskType Map_all = new TaskType("Map_all"); /// /// Constant Mask for TaskType /// public static readonly TaskType Mask = new TaskType("Mask"); /// /// Constant Merge for TaskType /// public static readonly TaskType Merge = new TaskType("Merge"); /// /// Constant Partition for TaskType /// public static readonly TaskType Partition = new TaskType("Partition"); /// /// Constant Passthrough for TaskType /// public static readonly TaskType Passthrough = new TaskType("Passthrough"); /// /// Constant Truncate for TaskType /// public static readonly TaskType Truncate = new TaskType("Truncate"); /// /// Constant Validate for TaskType /// public static readonly TaskType Validate = new TaskType("Validate"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public TaskType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static TaskType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator TaskType(string value) { return FindValue(value); } } /// /// Constants used for properties of type TrendmicroConnectorOperator. /// public class TrendmicroConnectorOperator : ConstantClass { /// /// Constant ADDITION for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator ADDITION = new TrendmicroConnectorOperator("ADDITION"); /// /// Constant DIVISION for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator DIVISION = new TrendmicroConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator EQUAL_TO = new TrendmicroConnectorOperator("EQUAL_TO"); /// /// Constant MASK_ALL for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator MASK_ALL = new TrendmicroConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator MASK_FIRST_N = new TrendmicroConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator MASK_LAST_N = new TrendmicroConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator MULTIPLICATION = new TrendmicroConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator NO_OP = new TrendmicroConnectorOperator("NO_OP"); /// /// Constant PROJECTION for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator PROJECTION = new TrendmicroConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator SUBTRACTION = new TrendmicroConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator VALIDATE_NON_NEGATIVE = new TrendmicroConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator VALIDATE_NON_NULL = new TrendmicroConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator VALIDATE_NON_ZERO = new TrendmicroConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for TrendmicroConnectorOperator /// public static readonly TrendmicroConnectorOperator VALIDATE_NUMERIC = new TrendmicroConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public TrendmicroConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static TrendmicroConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator TrendmicroConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type TriggerType. /// public class TriggerType : ConstantClass { /// /// Constant Event for TriggerType /// public static readonly TriggerType Event = new TriggerType("Event"); /// /// Constant OnDemand for TriggerType /// public static readonly TriggerType OnDemand = new TriggerType("OnDemand"); /// /// Constant Scheduled for TriggerType /// public static readonly TriggerType Scheduled = new TriggerType("Scheduled"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public TriggerType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static TriggerType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator TriggerType(string value) { return FindValue(value); } } /// /// Constants used for properties of type VeevaConnectorOperator. /// public class VeevaConnectorOperator : ConstantClass { /// /// Constant ADDITION for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator ADDITION = new VeevaConnectorOperator("ADDITION"); /// /// Constant BETWEEN for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator BETWEEN = new VeevaConnectorOperator("BETWEEN"); /// /// Constant CONTAINS for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator CONTAINS = new VeevaConnectorOperator("CONTAINS"); /// /// Constant DIVISION for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator DIVISION = new VeevaConnectorOperator("DIVISION"); /// /// Constant EQUAL_TO for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator EQUAL_TO = new VeevaConnectorOperator("EQUAL_TO"); /// /// Constant GREATER_THAN for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator GREATER_THAN = new VeevaConnectorOperator("GREATER_THAN"); /// /// Constant GREATER_THAN_OR_EQUAL_TO for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator GREATER_THAN_OR_EQUAL_TO = new VeevaConnectorOperator("GREATER_THAN_OR_EQUAL_TO"); /// /// Constant LESS_THAN for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator LESS_THAN = new VeevaConnectorOperator("LESS_THAN"); /// /// Constant LESS_THAN_OR_EQUAL_TO for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator LESS_THAN_OR_EQUAL_TO = new VeevaConnectorOperator("LESS_THAN_OR_EQUAL_TO"); /// /// Constant MASK_ALL for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator MASK_ALL = new VeevaConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator MASK_FIRST_N = new VeevaConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator MASK_LAST_N = new VeevaConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator MULTIPLICATION = new VeevaConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator NO_OP = new VeevaConnectorOperator("NO_OP"); /// /// Constant NOT_EQUAL_TO for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator NOT_EQUAL_TO = new VeevaConnectorOperator("NOT_EQUAL_TO"); /// /// Constant PROJECTION for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator PROJECTION = new VeevaConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator SUBTRACTION = new VeevaConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator VALIDATE_NON_NEGATIVE = new VeevaConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator VALIDATE_NON_NULL = new VeevaConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator VALIDATE_NON_ZERO = new VeevaConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for VeevaConnectorOperator /// public static readonly VeevaConnectorOperator VALIDATE_NUMERIC = new VeevaConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public VeevaConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static VeevaConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator VeevaConnectorOperator(string value) { return FindValue(value); } } /// /// Constants used for properties of type WriteOperationType. /// public class WriteOperationType : ConstantClass { /// /// Constant DELETE for WriteOperationType /// public static readonly WriteOperationType DELETE = new WriteOperationType("DELETE"); /// /// Constant INSERT for WriteOperationType /// public static readonly WriteOperationType INSERT = new WriteOperationType("INSERT"); /// /// Constant UPDATE for WriteOperationType /// public static readonly WriteOperationType UPDATE = new WriteOperationType("UPDATE"); /// /// Constant UPSERT for WriteOperationType /// public static readonly WriteOperationType UPSERT = new WriteOperationType("UPSERT"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public WriteOperationType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static WriteOperationType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator WriteOperationType(string value) { return FindValue(value); } } /// /// Constants used for properties of type ZendeskConnectorOperator. /// public class ZendeskConnectorOperator : ConstantClass { /// /// Constant ADDITION for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator ADDITION = new ZendeskConnectorOperator("ADDITION"); /// /// Constant DIVISION for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator DIVISION = new ZendeskConnectorOperator("DIVISION"); /// /// Constant GREATER_THAN for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator GREATER_THAN = new ZendeskConnectorOperator("GREATER_THAN"); /// /// Constant MASK_ALL for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator MASK_ALL = new ZendeskConnectorOperator("MASK_ALL"); /// /// Constant MASK_FIRST_N for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator MASK_FIRST_N = new ZendeskConnectorOperator("MASK_FIRST_N"); /// /// Constant MASK_LAST_N for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator MASK_LAST_N = new ZendeskConnectorOperator("MASK_LAST_N"); /// /// Constant MULTIPLICATION for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator MULTIPLICATION = new ZendeskConnectorOperator("MULTIPLICATION"); /// /// Constant NO_OP for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator NO_OP = new ZendeskConnectorOperator("NO_OP"); /// /// Constant PROJECTION for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator PROJECTION = new ZendeskConnectorOperator("PROJECTION"); /// /// Constant SUBTRACTION for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator SUBTRACTION = new ZendeskConnectorOperator("SUBTRACTION"); /// /// Constant VALIDATE_NON_NEGATIVE for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator VALIDATE_NON_NEGATIVE = new ZendeskConnectorOperator("VALIDATE_NON_NEGATIVE"); /// /// Constant VALIDATE_NON_NULL for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator VALIDATE_NON_NULL = new ZendeskConnectorOperator("VALIDATE_NON_NULL"); /// /// Constant VALIDATE_NON_ZERO for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator VALIDATE_NON_ZERO = new ZendeskConnectorOperator("VALIDATE_NON_ZERO"); /// /// Constant VALIDATE_NUMERIC for ZendeskConnectorOperator /// public static readonly ZendeskConnectorOperator VALIDATE_NUMERIC = new ZendeskConnectorOperator("VALIDATE_NUMERIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ZendeskConnectorOperator(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ZendeskConnectorOperator FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ZendeskConnectorOperator(string value) { return FindValue(value); } } }