Uses of Enum Class
co.ecg.alpaca.toolkit.generated.enums.DeviceManagementFileCustomization
Packages that use DeviceManagementFileCustomization
-
Uses of DeviceManagementFileCustomization in co.ecg.alpaca.toolkit.generated
Fields in co.ecg.alpaca.toolkit.generated declared as DeviceManagementFileCustomizationModifier and TypeFieldDescriptionprotected @NotNull DeviceManagementFileCustomization
BWSystem.SystemSIPDeviceTypeFileAddRequest.fileCustomization
protected DeviceManagementFileCustomization
BWSystem.SystemSIPDeviceTypeFileGetResponse.fileCustomization
protected DeviceManagementFileCustomization
BWSystem.SystemSIPDeviceTypeFileModifyRequest.fileCustomization
Methods in co.ecg.alpaca.toolkit.generated that return DeviceManagementFileCustomizationModifier and TypeMethodDescriptionBWSystem.SystemSIPDeviceTypeFileAddRequest.getFileCustomization()
BWSystem.SystemSIPDeviceTypeFileGetResponse.getFileCustomization()
BWSystem.SystemSIPDeviceTypeFileModifyRequest.getFileCustomization()
Methods in co.ecg.alpaca.toolkit.generated with parameters of type DeviceManagementFileCustomizationModifier and TypeMethodDescriptionBWSystem.SystemSIPDeviceTypeFileAddRequest.setFileCustomization
(DeviceManagementFileCustomization fileCustomization) void
BWSystem.SystemSIPDeviceTypeFileGetResponse.setFileCustomization
(DeviceManagementFileCustomization fileCustomization) BWSystem.SystemSIPDeviceTypeFileModifyRequest.setFileCustomization
(DeviceManagementFileCustomization fileCustomization) Constructors in co.ecg.alpaca.toolkit.generated with parameters of type DeviceManagementFileCustomizationModifierConstructorDescriptionSystemSIPDeviceTypeFileAddRequest
(BroadWorksServer broadWorksServer, String deviceType, String fileFormat, String remoteFileFormat, DeviceManagementFileCategory fileCategory, DeviceManagementFileCustomization fileCustomization, DeviceTypeFileEnhancedConfigurationMode fileSource, Boolean useHttpDigestAuthentication, Boolean macBasedFileAuthentication, Boolean userNamePasswordFileAuthentication, Boolean macInNonRequestURI, Boolean macInCert, Boolean allowHttp, Boolean allowHttps, Boolean allowTftp, Boolean enableCaching, Boolean allowUploadFromDevice) -
Uses of DeviceManagementFileCustomization in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return DeviceManagementFileCustomizationModifier and TypeMethodDescriptionstatic DeviceManagementFileCustomization[]
Returns the enum constant of this class with the specified name.static DeviceManagementFileCustomization[]
DeviceManagementFileCustomization.values()
Returns an array containing the constants of this enum class, in the order they are declared.