Uses of Enum Class
com.postman.collection.enumRawBodyLanguage
Packages that use enumRawBodyLanguage
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of enumRawBodyLanguage in com.postman.collection
Methods in com.postman.collection that return enumRawBodyLanguageModifier and TypeMethodDescriptionBodyElement.getRawLanguage()
Returns the enumerated value of thelanguage
property of theoptions
propertystatic enumRawBodyLanguage
Returns the enum constant of this class with the specified name.static enumRawBodyLanguage[]
enumRawBodyLanguage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.postman.collection with parameters of type enumRawBodyLanguageModifier and TypeMethodDescriptionvoid
BodyElement.setRaw
(String raw, enumRawBodyLanguage language) Sets the content (raw
) and thelanguage
property of theoptions
objectvoid
BodyElement.setRawLanguage
(enumRawBodyLanguage lang) Sets thelangauge
property of theoptions
propertyConstructors in com.postman.collection with parameters of type enumRawBodyLanguageModifierConstructorDescriptionBodyElement
(enumRequestBodyMode mode, String content, enumRawBodyLanguage language) Constructs a body with the providedmode
, content, and language.