Class PostmanCollectionCodegen.PostmanRequestItem
- java.lang.Object
-
- org.openapitools.codegen.languages.PostmanCollectionCodegen.PostmanRequestItem
-
- Enclosing class:
- PostmanCollectionCodegen
public class PostmanCollectionCodegen.PostmanRequestItem extends Object
-
-
Constructor Summary
Constructors Constructor Description PostmanRequestItem()PostmanRequestItem(String name, String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()StringgetName()voidsetBody(String body)voidsetName(String name)
-