Uses of Class
com.postman.collection.BodyElement
Packages that use BodyElement
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of BodyElement in com.postman.collection
Methods in com.postman.collection that return BodyElementModifier and TypeMethodDescriptionRequestBody.getBody()Return the PostmanBody object containing the values in thebodyproperty object, or null if it has not been set.RequestBody.setBody(enumRequestBodyMode bodyMode) Populate thebodyarray with an emptybodyproperty object with the specifiedmodevalue.RequestBody.setBody(enumRequestBodyMode bodyMode, String rawContent) Populate thebodyarray with the specified body content.Methods in com.postman.collection with parameters of type BodyElementModifier and TypeMethodDescriptionvoidRequestBody.setBody(BodyElement body) Set the value of thebodyproperty object