| Package | Description | 
|---|---|
| net.bluemind.core.rest.tests.services | 
| Modifier and Type | Method and Description | 
|---|---|
ParamEnum | 
ComplexResponse.getParamEnum()  | 
static ParamEnum | 
ParamEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ParamEnum[] | 
ParamEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComplexResponse | 
IRestTestService.param(java.lang.String test,
     java.lang.Long test2,
     ParamEnum test3)  | 
java.util.concurrent.CompletableFuture<ComplexResponse> | 
IRestTestServicePromise.param(java.lang.String param1,
     java.lang.Long param2,
     ParamEnum param3)  | 
ComplexResponse | 
RestServiceImpl.param(java.lang.String test,
     java.lang.Long test2,
     ParamEnum test3)  | 
void | 
IRestTestServiceAsync.param(java.lang.String param1,
     java.lang.Long param2,
     ParamEnum param3,
     AsyncHandler<ComplexResponse> handler)  | 
void | 
ComplexResponse.setParamEnum(ParamEnum paramEnum)  | 
Copyright © 2023. All Rights Reserved.