Uses of Enum Class
com.postman.collection.enumRawBodyLanguage
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of enumRawBodyLanguage in com.postman.collection
Modifier 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.Modifier 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
propertyModifierConstructorDescriptionBodyElement
(enumRequestBodyMode mode, String content, enumRawBodyLanguage language) Constructs a body with the providedmode
, content, and language.