public static enum NotificationExchange.TaskType extends Enum<NotificationExchange.TaskType>
| Modifier and Type | Method and Description |
|---|---|
static NotificationExchange.TaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationExchange.TaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationExchange.TaskType EXPORT_CSV_GOOD
public static final NotificationExchange.TaskType EXPORT_CSV_AGENT
public static final NotificationExchange.TaskType EXPORT_MS_XML
public static final NotificationExchange.TaskType EXPORT_1C_V2_XML
public static final NotificationExchange.TaskType EXPORT_UNISENDER
public static final NotificationExchange.TaskType EXPORT_1C_V3_XML
public static final NotificationExchange.TaskType EXPORT_SUBSCRIBEPRO
public static final NotificationExchange.TaskType EXPORT_1C_CLIENT_BANK
public static final NotificationExchange.TaskType EXPORT_ALFA_PAYMENTS
public static final NotificationExchange.TaskType EXPORT_TOCHKA_PAYMENTS
public static final NotificationExchange.TaskType EXPORT_MODULBANK_PAYMENTS
public static final NotificationExchange.TaskType EXPORT_1C_ENTERPRISE_DATA
public static final NotificationExchange.TaskType EXPORT_TINKOFF_PAYMENTS
public static final NotificationExchange.TaskType EXPORT_GOOD
public static final NotificationExchange.TaskType EXPORT_CUSTOM_ENTITY
public static final NotificationExchange.TaskType IMPORTER_CSV
public static final NotificationExchange.TaskType IMPORTER_YML
public static final NotificationExchange.TaskType IMPORTER_CSV_AGENT
public static final NotificationExchange.TaskType IMPORTER_CSV_CUSTOMERORDER
public static final NotificationExchange.TaskType IMPORTER_CSV_PURCHASEORDER
public static final NotificationExchange.TaskType IMPORTER_CSV_PRICELIST
public static final NotificationExchange.TaskType IMPORTER_MS_XML
public static final NotificationExchange.TaskType IMPORTER_1C_CLIENT_BANK
public static final NotificationExchange.TaskType IMPORT_ALFA_PAYMENTS
public static final NotificationExchange.TaskType IMPORT_ALFA_PAYMENTS_REQUEST
public static final NotificationExchange.TaskType IMPORT_ALFA_PAYMENTS_SAVE
public static final NotificationExchange.TaskType IMPORT_TOCHKA_PAYMENTS
public static final NotificationExchange.TaskType IMPORT_MODULBANK_PAYMENTS
public static final NotificationExchange.TaskType IMPORT_TOCHKA_PAYMENTS_SAVE
public static final NotificationExchange.TaskType IMPORT_MODULBANK_PAYMENTS_SAVE
public static final NotificationExchange.TaskType IMPORT_TINKOFF_PAYMENTS
public static final NotificationExchange.TaskType IMPORT_TINKOFF_PAYMENTS_SAVE
public static final NotificationExchange.TaskType IMPORTER_GOOD
public static final NotificationExchange.TaskType IMPORTER_GOOD_IN_DOC
public static final NotificationExchange.TaskType IMPORT_EDO_SUPPLY
public static final NotificationExchange.TaskType IMPORT_UNION_COMPANY
public static final NotificationExchange.TaskType IMPORT_SBERBANK_PAYMENTS_REQUEST
public static final NotificationExchange.TaskType IMPORT_SBERBANK_PAYMENTS_SAVE
public static final NotificationExchange.TaskType IMPORT_UPDATE_VAT_TO_20_PERCENTS
public static final NotificationExchange.TaskType IMPORT_CUSTOM_ENTITY
public static NotificationExchange.TaskType[] values()
for (NotificationExchange.TaskType c : NotificationExchange.TaskType.values()) System.out.println(c);
public static NotificationExchange.TaskType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.