io.chocotea.bean.postman.Modes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chocotea Show documentation
Show all versions of chocotea Show documentation
This library generates postman collection, environment and integration tests from java code
package io.chocotea.bean.postman;
public enum Modes {
none,
formData,
urlencoded,
raw,
binary,
graphql;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy