All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lq.doc.entity.ParamRequestMethod Maven / Gradle / Ivy

package com.lq.doc.entity;

public enum ParamRequestMethod {
    BODY,
    PARAM,
    HEADER,
    PART,
    ATTRIBUTE,
    FILE,
    NONE;

    private ParamRequestMethod() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy