Uses of Enum
io.qt.network.QHstsPolicy.PolicyFlag
Packages that use QHstsPolicy.PolicyFlag
-
Uses of QHstsPolicy.PolicyFlag in io.qt.network
Methods in io.qt.network that return QHstsPolicy.PolicyFlagModifier and TypeMethodDescriptionfinal QHstsPolicy.PolicyFlag[]
QHstsPolicy.PolicyFlags.flags()
Returns an array of flag objects represented by this PolicyFlags.static QHstsPolicy.PolicyFlag
QHstsPolicy.PolicyFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QHstsPolicy.PolicyFlag
Returns the enum constant of this type with the specified name.static QHstsPolicy.PolicyFlag[]
QHstsPolicy.PolicyFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QHstsPolicy.PolicyFlagModifier and TypeMethodDescriptionQHstsPolicy.PolicyFlag.combined
(QHstsPolicy.PolicyFlag e) Combines this entry with other enum entry.final QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlags.combined
(QHstsPolicy.PolicyFlag e) Combines this flags with enum entry.static QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlag.flags
(QHstsPolicy.PolicyFlag... values) Creates a newQHstsPolicy.PolicyFlags
from the entries.final QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlags.setFlag
(QHstsPolicy.PolicyFlag e) Sets the flage
final QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlags.setFlag
(QHstsPolicy.PolicyFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.network with parameters of type QHstsPolicy.PolicyFlagModifierConstructorDescriptionPolicyFlags
(QHstsPolicy.PolicyFlag... args) Creates a new PolicyFlags where the flags inargs
are set.