Uses of Enum Class
org.frankframework.extensions.akamai.NetStorageSender.Action
Packages that use NetStorageSender.Action
-
Uses of NetStorageSender.Action in org.frankframework.extensions.akamai
Methods in org.frankframework.extensions.akamai that return NetStorageSender.ActionModifier and TypeMethodDescriptionstatic NetStorageSender.Action
Returns the enum constant of this class with the specified name.static NetStorageSender.Action[]
NetStorageSender.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.extensions.akamai with parameters of type NetStorageSender.ActionModifier and TypeMethodDescriptionvoid
NetStorageSender.setAction
(NetStorageSender.Action action) NetStorage action to be usedConstructors in org.frankframework.extensions.akamai with parameters of type NetStorageSender.ActionModifierConstructorDescriptionNetStorageRequest
(URI uri, NetStorageSender.Action action) protected