|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation.Method | |
---|---|
com.smartbear.swagger4j | Swagger4j core interfaces and utilities |
com.smartbear.swagger4j.impl | Default implementations of core Swagger4j Interfaces |
Uses of Operation.Method in com.smartbear.swagger4j |
---|
Methods in com.smartbear.swagger4j that return Operation.Method | |
---|---|
Operation.Method |
Operation.getMethod()
|
static Operation.Method |
Operation.Method.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operation.Method[] |
Operation.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.smartbear.swagger4j with parameters of type Operation.Method | |
---|---|
Operation |
Api.addOperation(String nickName,
Operation.Method method)
Creates a new Operation with the specified nickName and HTTP Method |
void |
Operation.setMethod(Operation.Method method)
|
Uses of Operation.Method in com.smartbear.swagger4j.impl |
---|
Methods in com.smartbear.swagger4j.impl that return Operation.Method | |
---|---|
Operation.Method |
OperationImpl.getMethod()
|
Methods in com.smartbear.swagger4j.impl with parameters of type Operation.Method | |
---|---|
Operation |
ApiImpl.addOperation(String nickName,
Operation.Method method)
|
void |
OperationImpl.setMethod(Operation.Method method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |