/*
* 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 kendra-2019-02-03.normal.json service model.
*/
using System;
using Amazon.Runtime;
namespace Amazon.Kendra
{
///
/// Constants used for properties of type AdditionalResultAttributeValueType.
///
public class AdditionalResultAttributeValueType : ConstantClass
{
///
/// Constant TEXT_WITH_HIGHLIGHTS_VALUE for AdditionalResultAttributeValueType
///
public static readonly AdditionalResultAttributeValueType TEXT_WITH_HIGHLIGHTS_VALUE = new AdditionalResultAttributeValueType("TEXT_WITH_HIGHLIGHTS_VALUE");
///
/// 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 AdditionalResultAttributeValueType(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 AdditionalResultAttributeValueType 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 AdditionalResultAttributeValueType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AlfrescoEntity.
///
public class AlfrescoEntity : ConstantClass
{
///
/// Constant Blog for AlfrescoEntity
///
public static readonly AlfrescoEntity Blog = new AlfrescoEntity("blog");
///
/// Constant DocumentLibrary for AlfrescoEntity
///
public static readonly AlfrescoEntity DocumentLibrary = new AlfrescoEntity("documentLibrary");
///
/// Constant Wiki for AlfrescoEntity
///
public static readonly AlfrescoEntity Wiki = new AlfrescoEntity("wiki");
///
/// 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 AlfrescoEntity(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 AlfrescoEntity 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 AlfrescoEntity(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AttributeSuggestionsMode.
///
public class AttributeSuggestionsMode : ConstantClass
{
///
/// Constant ACTIVE for AttributeSuggestionsMode
///
public static readonly AttributeSuggestionsMode ACTIVE = new AttributeSuggestionsMode("ACTIVE");
///
/// Constant INACTIVE for AttributeSuggestionsMode
///
public static readonly AttributeSuggestionsMode INACTIVE = new AttributeSuggestionsMode("INACTIVE");
///
/// 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 AttributeSuggestionsMode(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 AttributeSuggestionsMode 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 AttributeSuggestionsMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ConditionOperator.
///
public class ConditionOperator : ConstantClass
{
///
/// Constant BeginsWith for ConditionOperator
///
public static readonly ConditionOperator BeginsWith = new ConditionOperator("BeginsWith");
///
/// Constant Contains for ConditionOperator
///
public static readonly ConditionOperator Contains = new ConditionOperator("Contains");
///
/// Constant Equals for ConditionOperator
///
public static readonly ConditionOperator Equals = new ConditionOperator("Equals");
///
/// Constant Exists for ConditionOperator
///
public static readonly ConditionOperator Exists = new ConditionOperator("Exists");
///
/// Constant GreaterThan for ConditionOperator
///
public static readonly ConditionOperator GreaterThan = new ConditionOperator("GreaterThan");
///
/// Constant GreaterThanOrEquals for ConditionOperator
///
public static readonly ConditionOperator GreaterThanOrEquals = new ConditionOperator("GreaterThanOrEquals");
///
/// Constant LessThan for ConditionOperator
///
public static readonly ConditionOperator LessThan = new ConditionOperator("LessThan");
///
/// Constant LessThanOrEquals for ConditionOperator
///
public static readonly ConditionOperator LessThanOrEquals = new ConditionOperator("LessThanOrEquals");
///
/// Constant NotContains for ConditionOperator
///
public static readonly ConditionOperator NotContains = new ConditionOperator("NotContains");
///
/// Constant NotEquals for ConditionOperator
///
public static readonly ConditionOperator NotEquals = new ConditionOperator("NotEquals");
///
/// Constant NotExists for ConditionOperator
///
public static readonly ConditionOperator NotExists = new ConditionOperator("NotExists");
///
/// 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 ConditionOperator(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 ConditionOperator 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 ConditionOperator(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ConfluenceAttachmentFieldName.
///
public class ConfluenceAttachmentFieldName : ConstantClass
{
///
/// Constant AUTHOR for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName AUTHOR = new ConfluenceAttachmentFieldName("AUTHOR");
///
/// Constant CONTENT_TYPE for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName CONTENT_TYPE = new ConfluenceAttachmentFieldName("CONTENT_TYPE");
///
/// Constant CREATED_DATE for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName CREATED_DATE = new ConfluenceAttachmentFieldName("CREATED_DATE");
///
/// Constant DISPLAY_URL for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName DISPLAY_URL = new ConfluenceAttachmentFieldName("DISPLAY_URL");
///
/// Constant FILE_SIZE for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName FILE_SIZE = new ConfluenceAttachmentFieldName("FILE_SIZE");
///
/// Constant ITEM_TYPE for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName ITEM_TYPE = new ConfluenceAttachmentFieldName("ITEM_TYPE");
///
/// Constant PARENT_ID for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName PARENT_ID = new ConfluenceAttachmentFieldName("PARENT_ID");
///
/// Constant SPACE_KEY for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName SPACE_KEY = new ConfluenceAttachmentFieldName("SPACE_KEY");
///
/// Constant SPACE_NAME for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName SPACE_NAME = new ConfluenceAttachmentFieldName("SPACE_NAME");
///
/// Constant URL for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName URL = new ConfluenceAttachmentFieldName("URL");
///
/// Constant VERSION for ConfluenceAttachmentFieldName
///
public static readonly ConfluenceAttachmentFieldName VERSION = new ConfluenceAttachmentFieldName("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 ConfluenceAttachmentFieldName(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 ConfluenceAttachmentFieldName 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 ConfluenceAttachmentFieldName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ConfluenceAuthenticationType.
///
public class ConfluenceAuthenticationType : ConstantClass
{
///
/// Constant HTTP_BASIC for ConfluenceAuthenticationType
///
public static readonly ConfluenceAuthenticationType HTTP_BASIC = new ConfluenceAuthenticationType("HTTP_BASIC");
///
/// Constant PAT for ConfluenceAuthenticationType
///
public static readonly ConfluenceAuthenticationType PAT = new ConfluenceAuthenticationType("PAT");
///
/// 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 ConfluenceAuthenticationType(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 ConfluenceAuthenticationType 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 ConfluenceAuthenticationType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ConfluenceBlogFieldName.
///
public class ConfluenceBlogFieldName : ConstantClass
{
///
/// Constant AUTHOR for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName AUTHOR = new ConfluenceBlogFieldName("AUTHOR");
///
/// Constant DISPLAY_URL for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName DISPLAY_URL = new ConfluenceBlogFieldName("DISPLAY_URL");
///
/// Constant ITEM_TYPE for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName ITEM_TYPE = new ConfluenceBlogFieldName("ITEM_TYPE");
///
/// Constant LABELS for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName LABELS = new ConfluenceBlogFieldName("LABELS");
///
/// Constant PUBLISH_DATE for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName PUBLISH_DATE = new ConfluenceBlogFieldName("PUBLISH_DATE");
///
/// Constant SPACE_KEY for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName SPACE_KEY = new ConfluenceBlogFieldName("SPACE_KEY");
///
/// Constant SPACE_NAME for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName SPACE_NAME = new ConfluenceBlogFieldName("SPACE_NAME");
///
/// Constant URL for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName URL = new ConfluenceBlogFieldName("URL");
///
/// Constant VERSION for ConfluenceBlogFieldName
///
public static readonly ConfluenceBlogFieldName VERSION = new ConfluenceBlogFieldName("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 ConfluenceBlogFieldName(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 ConfluenceBlogFieldName 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 ConfluenceBlogFieldName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ConfluencePageFieldName.
///
public class ConfluencePageFieldName : ConstantClass
{
///
/// Constant AUTHOR for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName AUTHOR = new ConfluencePageFieldName("AUTHOR");
///
/// Constant CONTENT_STATUS for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName CONTENT_STATUS = new ConfluencePageFieldName("CONTENT_STATUS");
///
/// Constant CREATED_DATE for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName CREATED_DATE = new ConfluencePageFieldName("CREATED_DATE");
///
/// Constant DISPLAY_URL for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName DISPLAY_URL = new ConfluencePageFieldName("DISPLAY_URL");
///
/// Constant ITEM_TYPE for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName ITEM_TYPE = new ConfluencePageFieldName("ITEM_TYPE");
///
/// Constant LABELS for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName LABELS = new ConfluencePageFieldName("LABELS");
///
/// Constant MODIFIED_DATE for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName MODIFIED_DATE = new ConfluencePageFieldName("MODIFIED_DATE");
///
/// Constant PARENT_ID for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName PARENT_ID = new ConfluencePageFieldName("PARENT_ID");
///
/// Constant SPACE_KEY for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName SPACE_KEY = new ConfluencePageFieldName("SPACE_KEY");
///
/// Constant SPACE_NAME for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName SPACE_NAME = new ConfluencePageFieldName("SPACE_NAME");
///
/// Constant URL for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName URL = new ConfluencePageFieldName("URL");
///
/// Constant VERSION for ConfluencePageFieldName
///
public static readonly ConfluencePageFieldName VERSION = new ConfluencePageFieldName("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 ConfluencePageFieldName(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 ConfluencePageFieldName 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 ConfluencePageFieldName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ConfluenceSpaceFieldName.
///
public class ConfluenceSpaceFieldName : ConstantClass
{
///
/// Constant DISPLAY_URL for ConfluenceSpaceFieldName
///
public static readonly ConfluenceSpaceFieldName DISPLAY_URL = new ConfluenceSpaceFieldName("DISPLAY_URL");
///
/// Constant ITEM_TYPE for ConfluenceSpaceFieldName
///
public static readonly ConfluenceSpaceFieldName ITEM_TYPE = new ConfluenceSpaceFieldName("ITEM_TYPE");
///
/// Constant SPACE_KEY for ConfluenceSpaceFieldName
///
public static readonly ConfluenceSpaceFieldName SPACE_KEY = new ConfluenceSpaceFieldName("SPACE_KEY");
///
/// Constant URL for ConfluenceSpaceFieldName
///
public static readonly ConfluenceSpaceFieldName URL = new ConfluenceSpaceFieldName("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 ConfluenceSpaceFieldName(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 ConfluenceSpaceFieldName 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 ConfluenceSpaceFieldName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ConfluenceVersion.
///
public class ConfluenceVersion : ConstantClass
{
///
/// Constant CLOUD for ConfluenceVersion
///
public static readonly ConfluenceVersion CLOUD = new ConfluenceVersion("CLOUD");
///
/// Constant SERVER for ConfluenceVersion
///
public static readonly ConfluenceVersion SERVER = new ConfluenceVersion("SERVER");
///
/// 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 ConfluenceVersion(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 ConfluenceVersion 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 ConfluenceVersion(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ContentType.
///
public class ContentType : ConstantClass
{
///
/// Constant CSV for ContentType
///
public static readonly ContentType CSV = new ContentType("CSV");
///
/// Constant HTML for ContentType
///
public static readonly ContentType HTML = new ContentType("HTML");
///
/// Constant JSON for ContentType
///
public static readonly ContentType JSON = new ContentType("JSON");
///
/// Constant MD for ContentType
///
public static readonly ContentType MD = new ContentType("MD");
///
/// Constant MS_EXCEL for ContentType
///
public static readonly ContentType MS_EXCEL = new ContentType("MS_EXCEL");
///
/// Constant MS_WORD for ContentType
///
public static readonly ContentType MS_WORD = new ContentType("MS_WORD");
///
/// Constant PDF for ContentType
///
public static readonly ContentType PDF = new ContentType("PDF");
///
/// Constant PLAIN_TEXT for ContentType
///
public static readonly ContentType PLAIN_TEXT = new ContentType("PLAIN_TEXT");
///
/// Constant PPT for ContentType
///
public static readonly ContentType PPT = new ContentType("PPT");
///
/// Constant RTF for ContentType
///
public static readonly ContentType RTF = new ContentType("RTF");
///
/// Constant XML for ContentType
///
public static readonly ContentType XML = new ContentType("XML");
///
/// Constant XSLT for ContentType
///
public static readonly ContentType XSLT = new ContentType("XSLT");
///
/// 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 ContentType(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 ContentType 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 ContentType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DatabaseEngineType.
///
public class DatabaseEngineType : ConstantClass
{
///
/// Constant RDS_AURORA_MYSQL for DatabaseEngineType
///
public static readonly DatabaseEngineType RDS_AURORA_MYSQL = new DatabaseEngineType("RDS_AURORA_MYSQL");
///
/// Constant RDS_AURORA_POSTGRESQL for DatabaseEngineType
///
public static readonly DatabaseEngineType RDS_AURORA_POSTGRESQL = new DatabaseEngineType("RDS_AURORA_POSTGRESQL");
///
/// Constant RDS_MYSQL for DatabaseEngineType
///
public static readonly DatabaseEngineType RDS_MYSQL = new DatabaseEngineType("RDS_MYSQL");
///
/// Constant RDS_POSTGRESQL for DatabaseEngineType
///
public static readonly DatabaseEngineType RDS_POSTGRESQL = new DatabaseEngineType("RDS_POSTGRESQL");
///
/// 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 DatabaseEngineType(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 DatabaseEngineType 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 DatabaseEngineType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DataSourceStatus.
///
public class DataSourceStatus : ConstantClass
{
///
/// Constant ACTIVE for DataSourceStatus
///
public static readonly DataSourceStatus ACTIVE = new DataSourceStatus("ACTIVE");
///
/// Constant CREATING for DataSourceStatus
///
public static readonly DataSourceStatus CREATING = new DataSourceStatus("CREATING");
///
/// Constant DELETING for DataSourceStatus
///
public static readonly DataSourceStatus DELETING = new DataSourceStatus("DELETING");
///
/// Constant FAILED for DataSourceStatus
///
public static readonly DataSourceStatus FAILED = new DataSourceStatus("FAILED");
///
/// Constant UPDATING for DataSourceStatus
///
public static readonly DataSourceStatus UPDATING = new DataSourceStatus("UPDATING");
///
/// 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 DataSourceStatus(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 DataSourceStatus 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 DataSourceStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DataSourceSyncJobStatus.
///
public class DataSourceSyncJobStatus : ConstantClass
{
///
/// Constant ABORTED for DataSourceSyncJobStatus
///
public static readonly DataSourceSyncJobStatus ABORTED = new DataSourceSyncJobStatus("ABORTED");
///
/// Constant FAILED for DataSourceSyncJobStatus
///
public static readonly DataSourceSyncJobStatus FAILED = new DataSourceSyncJobStatus("FAILED");
///
/// Constant INCOMPLETE for DataSourceSyncJobStatus
///
public static readonly DataSourceSyncJobStatus INCOMPLETE = new DataSourceSyncJobStatus("INCOMPLETE");
///
/// Constant STOPPING for DataSourceSyncJobStatus
///
public static readonly DataSourceSyncJobStatus STOPPING = new DataSourceSyncJobStatus("STOPPING");
///
/// Constant SUCCEEDED for DataSourceSyncJobStatus
///
public static readonly DataSourceSyncJobStatus SUCCEEDED = new DataSourceSyncJobStatus("SUCCEEDED");
///
/// Constant SYNCING for DataSourceSyncJobStatus
///
public static readonly DataSourceSyncJobStatus SYNCING = new DataSourceSyncJobStatus("SYNCING");
///
/// Constant SYNCING_INDEXING for DataSourceSyncJobStatus
///
public static readonly DataSourceSyncJobStatus SYNCING_INDEXING = new DataSourceSyncJobStatus("SYNCING_INDEXING");
///
/// 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 DataSourceSyncJobStatus(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 DataSourceSyncJobStatus 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 DataSourceSyncJobStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DataSourceType.
///
public class DataSourceType : ConstantClass
{
///
/// Constant ALFRESCO for DataSourceType
///
public static readonly DataSourceType ALFRESCO = new DataSourceType("ALFRESCO");
///
/// Constant BOX for DataSourceType
///
public static readonly DataSourceType BOX = new DataSourceType("BOX");
///
/// Constant CONFLUENCE for DataSourceType
///
public static readonly DataSourceType CONFLUENCE = new DataSourceType("CONFLUENCE");
///
/// Constant CUSTOM for DataSourceType
///
public static readonly DataSourceType CUSTOM = new DataSourceType("CUSTOM");
///
/// Constant DATABASE for DataSourceType
///
public static readonly DataSourceType DATABASE = new DataSourceType("DATABASE");
///
/// Constant FSX for DataSourceType
///
public static readonly DataSourceType FSX = new DataSourceType("FSX");
///
/// Constant GITHUB for DataSourceType
///
public static readonly DataSourceType GITHUB = new DataSourceType("GITHUB");
///
/// Constant GOOGLEDRIVE for DataSourceType
///
public static readonly DataSourceType GOOGLEDRIVE = new DataSourceType("GOOGLEDRIVE");
///
/// Constant JIRA for DataSourceType
///
public static readonly DataSourceType JIRA = new DataSourceType("JIRA");
///
/// Constant ONEDRIVE for DataSourceType
///
public static readonly DataSourceType ONEDRIVE = new DataSourceType("ONEDRIVE");
///
/// Constant QUIP for DataSourceType
///
public static readonly DataSourceType QUIP = new DataSourceType("QUIP");
///
/// Constant S3 for DataSourceType
///
public static readonly DataSourceType S3 = new DataSourceType("S3");
///
/// Constant SALESFORCE for DataSourceType
///
public static readonly DataSourceType SALESFORCE = new DataSourceType("SALESFORCE");
///
/// Constant SERVICENOW for DataSourceType
///
public static readonly DataSourceType SERVICENOW = new DataSourceType("SERVICENOW");
///
/// Constant SHAREPOINT for DataSourceType
///
public static readonly DataSourceType SHAREPOINT = new DataSourceType("SHAREPOINT");
///
/// Constant SLACK for DataSourceType
///
public static readonly DataSourceType SLACK = new DataSourceType("SLACK");
///
/// Constant TEMPLATE for DataSourceType
///
public static readonly DataSourceType TEMPLATE = new DataSourceType("TEMPLATE");
///
/// Constant WEBCRAWLER for DataSourceType
///
public static readonly DataSourceType WEBCRAWLER = new DataSourceType("WEBCRAWLER");
///
/// Constant WORKDOCS for DataSourceType
///
public static readonly DataSourceType WORKDOCS = new DataSourceType("WORKDOCS");
///
/// 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 DataSourceType(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 DataSourceType 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 DataSourceType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DocumentAttributeValueType.
///
public class DocumentAttributeValueType : ConstantClass
{
///
/// Constant DATE_VALUE for DocumentAttributeValueType
///
public static readonly DocumentAttributeValueType DATE_VALUE = new DocumentAttributeValueType("DATE_VALUE");
///
/// Constant LONG_VALUE for DocumentAttributeValueType
///
public static readonly DocumentAttributeValueType LONG_VALUE = new DocumentAttributeValueType("LONG_VALUE");
///
/// Constant STRING_LIST_VALUE for DocumentAttributeValueType
///
public static readonly DocumentAttributeValueType STRING_LIST_VALUE = new DocumentAttributeValueType("STRING_LIST_VALUE");
///
/// Constant STRING_VALUE for DocumentAttributeValueType
///
public static readonly DocumentAttributeValueType STRING_VALUE = new DocumentAttributeValueType("STRING_VALUE");
///
/// 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 DocumentAttributeValueType(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 DocumentAttributeValueType 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 DocumentAttributeValueType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DocumentStatus.
///
public class DocumentStatus : ConstantClass
{
///
/// Constant FAILED for DocumentStatus
///
public static readonly DocumentStatus FAILED = new DocumentStatus("FAILED");
///
/// Constant INDEXED for DocumentStatus
///
public static readonly DocumentStatus INDEXED = new DocumentStatus("INDEXED");
///
/// Constant NOT_FOUND for DocumentStatus
///
public static readonly DocumentStatus NOT_FOUND = new DocumentStatus("NOT_FOUND");
///
/// Constant PROCESSING for DocumentStatus
///
public static readonly DocumentStatus PROCESSING = new DocumentStatus("PROCESSING");
///
/// Constant UPDATE_FAILED for DocumentStatus
///
public static readonly DocumentStatus UPDATE_FAILED = new DocumentStatus("UPDATE_FAILED");
///
/// Constant UPDATED for DocumentStatus
///
public static readonly DocumentStatus UPDATED = new DocumentStatus("UPDATED");
///
/// 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 DocumentStatus(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 DocumentStatus 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 DocumentStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type EndpointType.
///
public class EndpointType : ConstantClass
{
///
/// Constant HOME for EndpointType
///
public static readonly EndpointType HOME = new EndpointType("HOME");
///
/// 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 EndpointType(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 EndpointType 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 EndpointType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type EntityType.
///
public class EntityType : ConstantClass
{
///
/// Constant GROUP for EntityType
///
public static readonly EntityType GROUP = new EntityType("GROUP");
///
/// Constant USER for EntityType
///
public static readonly EntityType USER = new EntityType("USER");
///
/// 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 EntityType(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 EntityType 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 EntityType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ErrorCode.
///
public class ErrorCode : ConstantClass
{
///
/// Constant InternalError for ErrorCode
///
public static readonly ErrorCode InternalError = new ErrorCode("InternalError");
///
/// Constant InvalidRequest for ErrorCode
///
public static readonly ErrorCode InvalidRequest = new ErrorCode("InvalidRequest");
///
/// 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 ErrorCode(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 ErrorCode 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 ErrorCode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ExperienceStatus.
///
public class ExperienceStatus : ConstantClass
{
///
/// Constant ACTIVE for ExperienceStatus
///
public static readonly ExperienceStatus ACTIVE = new ExperienceStatus("ACTIVE");
///
/// Constant CREATING for ExperienceStatus
///
public static readonly ExperienceStatus CREATING = new ExperienceStatus("CREATING");
///
/// Constant DELETING for ExperienceStatus
///
public static readonly ExperienceStatus DELETING = new ExperienceStatus("DELETING");
///
/// Constant FAILED for ExperienceStatus
///
public static readonly ExperienceStatus FAILED = new ExperienceStatus("FAILED");
///
/// 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 ExperienceStatus(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 ExperienceStatus 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 ExperienceStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FaqFileFormat.
///
public class FaqFileFormat : ConstantClass
{
///
/// Constant CSV for FaqFileFormat
///
public static readonly FaqFileFormat CSV = new FaqFileFormat("CSV");
///
/// Constant CSV_WITH_HEADER for FaqFileFormat
///
public static readonly FaqFileFormat CSV_WITH_HEADER = new FaqFileFormat("CSV_WITH_HEADER");
///
/// Constant JSON for FaqFileFormat
///
public static readonly FaqFileFormat JSON = new FaqFileFormat("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 FaqFileFormat(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 FaqFileFormat 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 FaqFileFormat(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FaqStatus.
///
public class FaqStatus : ConstantClass
{
///
/// Constant ACTIVE for FaqStatus
///
public static readonly FaqStatus ACTIVE = new FaqStatus("ACTIVE");
///
/// Constant CREATING for FaqStatus
///
public static readonly FaqStatus CREATING = new FaqStatus("CREATING");
///
/// Constant DELETING for FaqStatus
///
public static readonly FaqStatus DELETING = new FaqStatus("DELETING");
///
/// Constant FAILED for FaqStatus
///
public static readonly FaqStatus FAILED = new FaqStatus("FAILED");
///
/// Constant UPDATING for FaqStatus
///
public static readonly FaqStatus UPDATING = new FaqStatus("UPDATING");
///
/// 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 FaqStatus(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 FaqStatus 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 FaqStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FeaturedResultsSetStatus.
///
public class FeaturedResultsSetStatus : ConstantClass
{
///
/// Constant ACTIVE for FeaturedResultsSetStatus
///
public static readonly FeaturedResultsSetStatus ACTIVE = new FeaturedResultsSetStatus("ACTIVE");
///
/// Constant INACTIVE for FeaturedResultsSetStatus
///
public static readonly FeaturedResultsSetStatus INACTIVE = new FeaturedResultsSetStatus("INACTIVE");
///
/// 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 FeaturedResultsSetStatus(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 FeaturedResultsSetStatus 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 FeaturedResultsSetStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FsxFileSystemType.
///
public class FsxFileSystemType : ConstantClass
{
///
/// Constant WINDOWS for FsxFileSystemType
///
public static readonly FsxFileSystemType WINDOWS = new FsxFileSystemType("WINDOWS");
///
/// 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 FsxFileSystemType(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 FsxFileSystemType 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 FsxFileSystemType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HighlightType.
///
public class HighlightType : ConstantClass
{
///
/// Constant STANDARD for HighlightType
///
public static readonly HighlightType STANDARD = new HighlightType("STANDARD");
///
/// Constant THESAURUS_SYNONYM for HighlightType
///
public static readonly HighlightType THESAURUS_SYNONYM = new HighlightType("THESAURUS_SYNONYM");
///
/// 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 HighlightType(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 HighlightType 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 HighlightType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type IndexEdition.
///
public class IndexEdition : ConstantClass
{
///
/// Constant DEVELOPER_EDITION for IndexEdition
///
public static readonly IndexEdition DEVELOPER_EDITION = new IndexEdition("DEVELOPER_EDITION");
///
/// Constant ENTERPRISE_EDITION for IndexEdition
///
public static readonly IndexEdition ENTERPRISE_EDITION = new IndexEdition("ENTERPRISE_EDITION");
///
/// 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 IndexEdition(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 IndexEdition 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 IndexEdition(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type IndexStatus.
///
public class IndexStatus : ConstantClass
{
///
/// Constant ACTIVE for IndexStatus
///
public static readonly IndexStatus ACTIVE = new IndexStatus("ACTIVE");
///
/// Constant CREATING for IndexStatus
///
public static readonly IndexStatus CREATING = new IndexStatus("CREATING");
///
/// Constant DELETING for IndexStatus
///
public static readonly IndexStatus DELETING = new IndexStatus("DELETING");
///
/// Constant FAILED for IndexStatus
///
public static readonly IndexStatus FAILED = new IndexStatus("FAILED");
///
/// Constant SYSTEM_UPDATING for IndexStatus
///
public static readonly IndexStatus SYSTEM_UPDATING = new IndexStatus("SYSTEM_UPDATING");
///
/// Constant UPDATING for IndexStatus
///
public static readonly IndexStatus UPDATING = new IndexStatus("UPDATING");
///
/// 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 IndexStatus(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 IndexStatus 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 IndexStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Interval.
///
public class Interval : ConstantClass
{
///
/// Constant ONE_MONTH_AGO for Interval
///
public static readonly Interval ONE_MONTH_AGO = new Interval("ONE_MONTH_AGO");
///
/// Constant ONE_WEEK_AGO for Interval
///
public static readonly Interval ONE_WEEK_AGO = new Interval("ONE_WEEK_AGO");
///
/// Constant THIS_MONTH for Interval
///
public static readonly Interval THIS_MONTH = new Interval("THIS_MONTH");
///
/// Constant THIS_WEEK for Interval
///
public static readonly Interval THIS_WEEK = new Interval("THIS_WEEK");
///
/// Constant TWO_MONTHS_AGO for Interval
///
public static readonly Interval TWO_MONTHS_AGO = new Interval("TWO_MONTHS_AGO");
///
/// Constant TWO_WEEKS_AGO for Interval
///
public static readonly Interval TWO_WEEKS_AGO = new Interval("TWO_WEEKS_AGO");
///
/// 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 Interval(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 Interval 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 Interval(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type IssueSubEntity.
///
public class IssueSubEntity : ConstantClass
{
///
/// Constant ATTACHMENTS for IssueSubEntity
///
public static readonly IssueSubEntity ATTACHMENTS = new IssueSubEntity("ATTACHMENTS");
///
/// Constant COMMENTS for IssueSubEntity
///
public static readonly IssueSubEntity COMMENTS = new IssueSubEntity("COMMENTS");
///
/// Constant WORKLOGS for IssueSubEntity
///
public static readonly IssueSubEntity WORKLOGS = new IssueSubEntity("WORKLOGS");
///
/// 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 IssueSubEntity(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 IssueSubEntity 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 IssueSubEntity(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type KeyLocation.
///
public class KeyLocation : ConstantClass
{
///
/// Constant SECRET_MANAGER for KeyLocation
///
public static readonly KeyLocation SECRET_MANAGER = new KeyLocation("SECRET_MANAGER");
///
/// Constant URL for KeyLocation
///
public static readonly KeyLocation URL = new KeyLocation("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 KeyLocation(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 KeyLocation 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 KeyLocation(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type MetricType.
///
public class MetricType : ConstantClass
{
///
/// Constant AGG_QUERY_DOC_METRICS for MetricType
///
public static readonly MetricType AGG_QUERY_DOC_METRICS = new MetricType("AGG_QUERY_DOC_METRICS");
///
/// Constant DOCS_BY_CLICK_COUNT for MetricType
///
public static readonly MetricType DOCS_BY_CLICK_COUNT = new MetricType("DOCS_BY_CLICK_COUNT");
///
/// Constant QUERIES_BY_COUNT for MetricType
///
public static readonly MetricType QUERIES_BY_COUNT = new MetricType("QUERIES_BY_COUNT");
///
/// Constant QUERIES_BY_ZERO_CLICK_RATE for MetricType
///
public static readonly MetricType QUERIES_BY_ZERO_CLICK_RATE = new MetricType("QUERIES_BY_ZERO_CLICK_RATE");
///
/// Constant QUERIES_BY_ZERO_RESULT_RATE for MetricType
///
public static readonly MetricType QUERIES_BY_ZERO_RESULT_RATE = new MetricType("QUERIES_BY_ZERO_RESULT_RATE");
///
/// Constant TREND_QUERY_DOC_METRICS for MetricType
///
public static readonly MetricType TREND_QUERY_DOC_METRICS = new MetricType("TREND_QUERY_DOC_METRICS");
///
/// 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 MetricType(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 MetricType 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 MetricType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mode.
///
public class Mode : ConstantClass
{
///
/// Constant ENABLED for Mode
///
public static readonly Mode ENABLED = new Mode("ENABLED");
///
/// Constant LEARN_ONLY for Mode
///
public static readonly Mode LEARN_ONLY = new Mode("LEARN_ONLY");
///
/// 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 Mode(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 Mode 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 Mode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Order.
///
public class Order : ConstantClass
{
///
/// Constant ASCENDING for Order
///
public static readonly Order ASCENDING = new Order("ASCENDING");
///
/// Constant DESCENDING for Order
///
public static readonly Order DESCENDING = new Order("DESCENDING");
///
/// 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 Order(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 Order 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 Order(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Persona.
///
public class Persona : ConstantClass
{
///
/// Constant OWNER for Persona
///
public static readonly Persona OWNER = new Persona("OWNER");
///
/// Constant VIEWER for Persona
///
public static readonly Persona VIEWER = new Persona("VIEWER");
///
/// 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 Persona(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 Persona 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 Persona(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type PrincipalMappingStatus.
///
public class PrincipalMappingStatus : ConstantClass
{
///
/// Constant DELETED for PrincipalMappingStatus
///
public static readonly PrincipalMappingStatus DELETED = new PrincipalMappingStatus("DELETED");
///
/// Constant DELETING for PrincipalMappingStatus
///
public static readonly PrincipalMappingStatus DELETING = new PrincipalMappingStatus("DELETING");
///
/// Constant FAILED for PrincipalMappingStatus
///
public static readonly PrincipalMappingStatus FAILED = new PrincipalMappingStatus("FAILED");
///
/// Constant PROCESSING for PrincipalMappingStatus
///
public static readonly PrincipalMappingStatus PROCESSING = new PrincipalMappingStatus("PROCESSING");
///
/// Constant SUCCEEDED for PrincipalMappingStatus
///
public static readonly PrincipalMappingStatus SUCCEEDED = new PrincipalMappingStatus("SUCCEEDED");
///
/// 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 PrincipalMappingStatus(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 PrincipalMappingStatus 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 PrincipalMappingStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type PrincipalType.
///
public class PrincipalType : ConstantClass
{
///
/// Constant GROUP for PrincipalType
///
public static readonly PrincipalType GROUP = new PrincipalType("GROUP");
///
/// Constant USER for PrincipalType
///
public static readonly PrincipalType USER = new PrincipalType("USER");
///
/// 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 PrincipalType(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 PrincipalType 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 PrincipalType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type QueryIdentifiersEnclosingOption.
///
public class QueryIdentifiersEnclosingOption : ConstantClass
{
///
/// Constant DOUBLE_QUOTES for QueryIdentifiersEnclosingOption
///
public static readonly QueryIdentifiersEnclosingOption DOUBLE_QUOTES = new QueryIdentifiersEnclosingOption("DOUBLE_QUOTES");
///
/// Constant NONE for QueryIdentifiersEnclosingOption
///
public static readonly QueryIdentifiersEnclosingOption NONE = new QueryIdentifiersEnclosingOption("NONE");
///
/// 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 QueryIdentifiersEnclosingOption(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 QueryIdentifiersEnclosingOption 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 QueryIdentifiersEnclosingOption(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type QueryResultFormat.
///
public class QueryResultFormat : ConstantClass
{
///
/// Constant TABLE for QueryResultFormat
///
public static readonly QueryResultFormat TABLE = new QueryResultFormat("TABLE");
///
/// Constant TEXT for QueryResultFormat
///
public static readonly QueryResultFormat TEXT = new QueryResultFormat("TEXT");
///
/// 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 QueryResultFormat(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 QueryResultFormat 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 QueryResultFormat(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type QueryResultType.
///
public class QueryResultType : ConstantClass
{
///
/// Constant ANSWER for QueryResultType
///
public static readonly QueryResultType ANSWER = new QueryResultType("ANSWER");
///
/// Constant DOCUMENT for QueryResultType
///
public static readonly QueryResultType DOCUMENT = new QueryResultType("DOCUMENT");
///
/// Constant QUESTION_ANSWER for QueryResultType
///
public static readonly QueryResultType QUESTION_ANSWER = new QueryResultType("QUESTION_ANSWER");
///
/// 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 QueryResultType(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 QueryResultType 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 QueryResultType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type QuerySuggestionsBlockListStatus.
///
public class QuerySuggestionsBlockListStatus : ConstantClass
{
///
/// Constant ACTIVE for QuerySuggestionsBlockListStatus
///
public static readonly QuerySuggestionsBlockListStatus ACTIVE = new QuerySuggestionsBlockListStatus("ACTIVE");
///
/// Constant ACTIVE_BUT_UPDATE_FAILED for QuerySuggestionsBlockListStatus
///
public static readonly QuerySuggestionsBlockListStatus ACTIVE_BUT_UPDATE_FAILED = new QuerySuggestionsBlockListStatus("ACTIVE_BUT_UPDATE_FAILED");
///
/// Constant CREATING for QuerySuggestionsBlockListStatus
///
public static readonly QuerySuggestionsBlockListStatus CREATING = new QuerySuggestionsBlockListStatus("CREATING");
///
/// Constant DELETING for QuerySuggestionsBlockListStatus
///
public static readonly QuerySuggestionsBlockListStatus DELETING = new QuerySuggestionsBlockListStatus("DELETING");
///
/// Constant FAILED for QuerySuggestionsBlockListStatus
///
public static readonly QuerySuggestionsBlockListStatus FAILED = new QuerySuggestionsBlockListStatus("FAILED");
///
/// Constant UPDATING for QuerySuggestionsBlockListStatus
///
public static readonly QuerySuggestionsBlockListStatus UPDATING = new QuerySuggestionsBlockListStatus("UPDATING");
///
/// 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 QuerySuggestionsBlockListStatus(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 QuerySuggestionsBlockListStatus 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 QuerySuggestionsBlockListStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type QuerySuggestionsStatus.
///
public class QuerySuggestionsStatus : ConstantClass
{
///
/// Constant ACTIVE for QuerySuggestionsStatus
///
public static readonly QuerySuggestionsStatus ACTIVE = new QuerySuggestionsStatus("ACTIVE");
///
/// Constant UPDATING for QuerySuggestionsStatus
///
public static readonly QuerySuggestionsStatus UPDATING = new QuerySuggestionsStatus("UPDATING");
///
/// 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 QuerySuggestionsStatus(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 QuerySuggestionsStatus 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 QuerySuggestionsStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReadAccessType.
///
public class ReadAccessType : ConstantClass
{
///
/// Constant ALLOW for ReadAccessType
///
public static readonly ReadAccessType ALLOW = new ReadAccessType("ALLOW");
///
/// Constant DENY for ReadAccessType
///
public static readonly ReadAccessType DENY = new ReadAccessType("DENY");
///
/// 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 ReadAccessType(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 ReadAccessType 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 ReadAccessType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RelevanceType.
///
public class RelevanceType : ConstantClass
{
///
/// Constant NOT_RELEVANT for RelevanceType
///
public static readonly RelevanceType NOT_RELEVANT = new RelevanceType("NOT_RELEVANT");
///
/// Constant RELEVANT for RelevanceType
///
public static readonly RelevanceType RELEVANT = new RelevanceType("RELEVANT");
///
/// 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 RelevanceType(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 RelevanceType 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 RelevanceType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SalesforceChatterFeedIncludeFilterType.
///
public class SalesforceChatterFeedIncludeFilterType : ConstantClass
{
///
/// Constant ACTIVE_USER for SalesforceChatterFeedIncludeFilterType
///
public static readonly SalesforceChatterFeedIncludeFilterType ACTIVE_USER = new SalesforceChatterFeedIncludeFilterType("ACTIVE_USER");
///
/// Constant STANDARD_USER for SalesforceChatterFeedIncludeFilterType
///
public static readonly SalesforceChatterFeedIncludeFilterType STANDARD_USER = new SalesforceChatterFeedIncludeFilterType("STANDARD_USER");
///
/// 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 SalesforceChatterFeedIncludeFilterType(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 SalesforceChatterFeedIncludeFilterType 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 SalesforceChatterFeedIncludeFilterType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SalesforceKnowledgeArticleState.
///
public class SalesforceKnowledgeArticleState : ConstantClass
{
///
/// Constant ARCHIVED for SalesforceKnowledgeArticleState
///
public static readonly SalesforceKnowledgeArticleState ARCHIVED = new SalesforceKnowledgeArticleState("ARCHIVED");
///
/// Constant DRAFT for SalesforceKnowledgeArticleState
///
public static readonly SalesforceKnowledgeArticleState DRAFT = new SalesforceKnowledgeArticleState("DRAFT");
///
/// Constant PUBLISHED for SalesforceKnowledgeArticleState
///
public static readonly SalesforceKnowledgeArticleState PUBLISHED = new SalesforceKnowledgeArticleState("PUBLISHED");
///
/// 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 SalesforceKnowledgeArticleState(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 SalesforceKnowledgeArticleState 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 SalesforceKnowledgeArticleState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SalesforceStandardObjectName.
///
public class SalesforceStandardObjectName : ConstantClass
{
///
/// Constant ACCOUNT for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName ACCOUNT = new SalesforceStandardObjectName("ACCOUNT");
///
/// Constant CAMPAIGN for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName CAMPAIGN = new SalesforceStandardObjectName("CAMPAIGN");
///
/// Constant CASE for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName CASE = new SalesforceStandardObjectName("CASE");
///
/// Constant CONTACT for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName CONTACT = new SalesforceStandardObjectName("CONTACT");
///
/// Constant CONTRACT for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName CONTRACT = new SalesforceStandardObjectName("CONTRACT");
///
/// Constant DOCUMENT for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName DOCUMENT = new SalesforceStandardObjectName("DOCUMENT");
///
/// Constant GROUP for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName GROUP = new SalesforceStandardObjectName("GROUP");
///
/// Constant IDEA for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName IDEA = new SalesforceStandardObjectName("IDEA");
///
/// Constant LEAD for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName LEAD = new SalesforceStandardObjectName("LEAD");
///
/// Constant OPPORTUNITY for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName OPPORTUNITY = new SalesforceStandardObjectName("OPPORTUNITY");
///
/// Constant PARTNER for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName PARTNER = new SalesforceStandardObjectName("PARTNER");
///
/// Constant PRICEBOOK for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName PRICEBOOK = new SalesforceStandardObjectName("PRICEBOOK");
///
/// Constant PRODUCT for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName PRODUCT = new SalesforceStandardObjectName("PRODUCT");
///
/// Constant PROFILE for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName PROFILE = new SalesforceStandardObjectName("PROFILE");
///
/// Constant SOLUTION for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName SOLUTION = new SalesforceStandardObjectName("SOLUTION");
///
/// Constant TASK for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName TASK = new SalesforceStandardObjectName("TASK");
///
/// Constant USER for SalesforceStandardObjectName
///
public static readonly SalesforceStandardObjectName USER = new SalesforceStandardObjectName("USER");
///
/// 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 SalesforceStandardObjectName(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 SalesforceStandardObjectName 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 SalesforceStandardObjectName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ScoreConfidence.
///
public class ScoreConfidence : ConstantClass
{
///
/// Constant HIGH for ScoreConfidence
///
public static readonly ScoreConfidence HIGH = new ScoreConfidence("HIGH");
///
/// Constant LOW for ScoreConfidence
///
public static readonly ScoreConfidence LOW = new ScoreConfidence("LOW");
///
/// Constant MEDIUM for ScoreConfidence
///
public static readonly ScoreConfidence MEDIUM = new ScoreConfidence("MEDIUM");
///
/// Constant NOT_AVAILABLE for ScoreConfidence
///
public static readonly ScoreConfidence NOT_AVAILABLE = new ScoreConfidence("NOT_AVAILABLE");
///
/// Constant VERY_HIGH for ScoreConfidence
///
public static readonly ScoreConfidence VERY_HIGH = new ScoreConfidence("VERY_HIGH");
///
/// 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 ScoreConfidence(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 ScoreConfidence 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 ScoreConfidence(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ServiceNowAuthenticationType.
///
public class ServiceNowAuthenticationType : ConstantClass
{
///
/// Constant HTTP_BASIC for ServiceNowAuthenticationType
///
public static readonly ServiceNowAuthenticationType HTTP_BASIC = new ServiceNowAuthenticationType("HTTP_BASIC");
///
/// Constant OAUTH2 for ServiceNowAuthenticationType
///
public static readonly ServiceNowAuthenticationType OAUTH2 = new ServiceNowAuthenticationType("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 ServiceNowAuthenticationType(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 ServiceNowAuthenticationType 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 ServiceNowAuthenticationType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ServiceNowBuildVersionType.
///
public class ServiceNowBuildVersionType : ConstantClass
{
///
/// Constant LONDON for ServiceNowBuildVersionType
///
public static readonly ServiceNowBuildVersionType LONDON = new ServiceNowBuildVersionType("LONDON");
///
/// Constant OTHERS for ServiceNowBuildVersionType
///
public static readonly ServiceNowBuildVersionType OTHERS = new ServiceNowBuildVersionType("OTHERS");
///
/// 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 ServiceNowBuildVersionType(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 ServiceNowBuildVersionType 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 ServiceNowBuildVersionType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SharePointOnlineAuthenticationType.
///
public class SharePointOnlineAuthenticationType : ConstantClass
{
///
/// Constant HTTP_BASIC for SharePointOnlineAuthenticationType
///
public static readonly SharePointOnlineAuthenticationType HTTP_BASIC = new SharePointOnlineAuthenticationType("HTTP_BASIC");
///
/// Constant OAUTH2 for SharePointOnlineAuthenticationType
///
public static readonly SharePointOnlineAuthenticationType OAUTH2 = new SharePointOnlineAuthenticationType("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 SharePointOnlineAuthenticationType(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 SharePointOnlineAuthenticationType 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 SharePointOnlineAuthenticationType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SharePointVersion.
///
public class SharePointVersion : ConstantClass
{
///
/// Constant SHAREPOINT_2013 for SharePointVersion
///
public static readonly SharePointVersion SHAREPOINT_2013 = new SharePointVersion("SHAREPOINT_2013");
///
/// Constant SHAREPOINT_2016 for SharePointVersion
///
public static readonly SharePointVersion SHAREPOINT_2016 = new SharePointVersion("SHAREPOINT_2016");
///
/// Constant SHAREPOINT_2019 for SharePointVersion
///
public static readonly SharePointVersion SHAREPOINT_2019 = new SharePointVersion("SHAREPOINT_2019");
///
/// Constant SHAREPOINT_ONLINE for SharePointVersion
///
public static readonly SharePointVersion SHAREPOINT_ONLINE = new SharePointVersion("SHAREPOINT_ONLINE");
///
/// 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 SharePointVersion(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 SharePointVersion 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 SharePointVersion(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SlackEntity.
///
public class SlackEntity : ConstantClass
{
///
/// Constant DIRECT_MESSAGE for SlackEntity
///
public static readonly SlackEntity DIRECT_MESSAGE = new SlackEntity("DIRECT_MESSAGE");
///
/// Constant GROUP_MESSAGE for SlackEntity
///
public static readonly SlackEntity GROUP_MESSAGE = new SlackEntity("GROUP_MESSAGE");
///
/// Constant PRIVATE_CHANNEL for SlackEntity
///
public static readonly SlackEntity PRIVATE_CHANNEL = new SlackEntity("PRIVATE_CHANNEL");
///
/// Constant PUBLIC_CHANNEL for SlackEntity
///
public static readonly SlackEntity PUBLIC_CHANNEL = new SlackEntity("PUBLIC_CHANNEL");
///
/// 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 SlackEntity(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 SlackEntity 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 SlackEntity(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SortOrder.
///
public class SortOrder : ConstantClass
{
///
/// Constant ASC for SortOrder
///
public static readonly SortOrder ASC = new SortOrder("ASC");
///
/// Constant DESC for SortOrder
///
public static readonly SortOrder DESC = new SortOrder("DESC");
///
/// 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 SortOrder(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 SortOrder 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 SortOrder(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SuggestionType.
///
public class SuggestionType : ConstantClass
{
///
/// Constant DOCUMENT_ATTRIBUTES for SuggestionType
///
public static readonly SuggestionType DOCUMENT_ATTRIBUTES = new SuggestionType("DOCUMENT_ATTRIBUTES");
///
/// Constant QUERY for SuggestionType
///
public static readonly SuggestionType QUERY = new SuggestionType("QUERY");
///
/// 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 SuggestionType(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 SuggestionType 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 SuggestionType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ThesaurusStatus.
///
public class ThesaurusStatus : ConstantClass
{
///
/// Constant ACTIVE for ThesaurusStatus
///
public static readonly ThesaurusStatus ACTIVE = new ThesaurusStatus("ACTIVE");
///
/// Constant ACTIVE_BUT_UPDATE_FAILED for ThesaurusStatus
///
public static readonly ThesaurusStatus ACTIVE_BUT_UPDATE_FAILED = new ThesaurusStatus("ACTIVE_BUT_UPDATE_FAILED");
///
/// Constant CREATING for ThesaurusStatus
///
public static readonly ThesaurusStatus CREATING = new ThesaurusStatus("CREATING");
///
/// Constant DELETING for ThesaurusStatus
///
public static readonly ThesaurusStatus DELETING = new ThesaurusStatus("DELETING");
///
/// Constant FAILED for ThesaurusStatus
///
public static readonly ThesaurusStatus FAILED = new ThesaurusStatus("FAILED");
///
/// Constant UPDATING for ThesaurusStatus
///
public static readonly ThesaurusStatus UPDATING = new ThesaurusStatus("UPDATING");
///
/// 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 ThesaurusStatus(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 ThesaurusStatus 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 ThesaurusStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Type.
///
public class Type : ConstantClass
{
///
/// Constant ON_PREMISE for Type
///
public static readonly Type ON_PREMISE = new Type("ON_PREMISE");
///
/// Constant SAAS for Type
///
public static readonly Type SAAS = new Type("SAAS");
///
/// 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 Type(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 Type 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 Type(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type UserContextPolicy.
///
public class UserContextPolicy : ConstantClass
{
///
/// Constant ATTRIBUTE_FILTER for UserContextPolicy
///
public static readonly UserContextPolicy ATTRIBUTE_FILTER = new UserContextPolicy("ATTRIBUTE_FILTER");
///
/// Constant USER_TOKEN for UserContextPolicy
///
public static readonly UserContextPolicy USER_TOKEN = new UserContextPolicy("USER_TOKEN");
///
/// 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 UserContextPolicy(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 UserContextPolicy 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 UserContextPolicy(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type UserGroupResolutionMode.
///
public class UserGroupResolutionMode : ConstantClass
{
///
/// Constant AWS_SSO for UserGroupResolutionMode
///
public static readonly UserGroupResolutionMode AWS_SSO = new UserGroupResolutionMode("AWS_SSO");
///
/// Constant NONE for UserGroupResolutionMode
///
public static readonly UserGroupResolutionMode NONE = new UserGroupResolutionMode("NONE");
///
/// 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 UserGroupResolutionMode(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 UserGroupResolutionMode 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 UserGroupResolutionMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type WarningCode.
///
public class WarningCode : ConstantClass
{
///
/// Constant QUERY_LANGUAGE_INVALID_SYNTAX for WarningCode
///
public static readonly WarningCode QUERY_LANGUAGE_INVALID_SYNTAX = new WarningCode("QUERY_LANGUAGE_INVALID_SYNTAX");
///
/// 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 WarningCode(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 WarningCode 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 WarningCode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type WebCrawlerMode.
///
public class WebCrawlerMode : ConstantClass
{
///
/// Constant EVERYTHING for WebCrawlerMode
///
public static readonly WebCrawlerMode EVERYTHING = new WebCrawlerMode("EVERYTHING");
///
/// Constant HOST_ONLY for WebCrawlerMode
///
public static readonly WebCrawlerMode HOST_ONLY = new WebCrawlerMode("HOST_ONLY");
///
/// Constant SUBDOMAINS for WebCrawlerMode
///
public static readonly WebCrawlerMode SUBDOMAINS = new WebCrawlerMode("SUBDOMAINS");
///
/// 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 WebCrawlerMode(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 WebCrawlerMode 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 WebCrawlerMode(string value)
{
return FindValue(value);
}
}
}