Uses of Enum
io.qt.network.QFormDataBuilder.Option
Packages that use QFormDataBuilder.Option
-
Uses of QFormDataBuilder.Option in io.qt.network
Methods in io.qt.network that return QFormDataBuilder.OptionModifier and TypeMethodDescriptionfinal QFormDataBuilder.Option []
QFormDataBuilder.Options.flags()
Returns an array of flag objects represented by this Options.static QFormDataBuilder.Option
QFormDataBuilder.Option.resolve
(int value) Returns the corresponding enum entry for the given value.static QFormDataBuilder.Option
Returns the enum constant of this type with the specified name.static QFormDataBuilder.Option[]
QFormDataBuilder.Option.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 QFormDataBuilder.OptionModifier and TypeMethodDescriptionfinal QHttpMultiPart
QFormDataBuilder.buildMultiPart
(QFormDataBuilder.Option ... options) Overloaded function forQFormDataBuilder.buildMultiPart(io.qt.network.QFormDataBuilder.Options)
.QFormDataBuilder.Option.cleared
(QFormDataBuilder.Option e) Excludes other enum entry from a flag of this entry.QFormDataBuilder.Option.combined
(QFormDataBuilder.Option e) Combines this entry with other enum entry.final QFormDataBuilder.Options
QFormDataBuilder.Options.combined
(QFormDataBuilder.Option e) Combines this flags with enum entry.static QFormDataBuilder.Options
QFormDataBuilder.Option.flags
(QFormDataBuilder.Option ... values) Creates a newQFormDataBuilder.Options
from the entries.final QFormDataBuilder.Options
QFormDataBuilder.Options.setFlag
(QFormDataBuilder.Option e) Sets the flage
final QFormDataBuilder.Options
QFormDataBuilder.Options.setFlag
(QFormDataBuilder.Option e, boolean on) Sets or clears the flagflag
Constructors in io.qt.network with parameters of type QFormDataBuilder.OptionModifierConstructorDescriptionOptions
(QFormDataBuilder.Option ... args) Creates a new Options where the flags inargs
are set.