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 thelanguageproperty of theoptionspropertystatic enumRawBodyLanguageReturns 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 TypeMethodDescriptionvoidBodyElement.setRaw(String raw, enumRawBodyLanguage language) Sets the content (raw) and thelanguageproperty of theoptionsobjectvoidBodyElement.setRawLanguage(enumRawBodyLanguage lang) Sets thelangaugeproperty of theoptionspropertyConstructors in com.postman.collection with parameters of type enumRawBodyLanguageModifierConstructorDescriptionBodyElement(enumRequestBodyMode mode, String content, enumRawBodyLanguage language) Constructs a body with the providedmode, content, and language.