Uses of Enum Class
org.frankframework.extensions.akamai.NetStorageSender.Action
Packages that use NetStorageSender.Action
-
Uses of NetStorageSender.Action in org.frankframework.extensions.akamai
Subclasses with type arguments of type NetStorageSender.Action in org.frankframework.extensions.akamaiMethods in org.frankframework.extensions.akamai that return NetStorageSender.ActionModifier and TypeMethodDescriptionstatic NetStorageSender.ActionReturns 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 TypeMethodDescriptionvoidNetStorageSender.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