| Package | Description |
|---|---|
| blue.hive.spring.web.rest |
| Modifier and Type | Field and Description |
|---|---|
protected BHiveResponseEntity.REST_CALLBACK_CMD |
BHiveResponseEntityBuilder.cbCmd |
| Modifier and Type | Method and Description |
|---|---|
static BHiveResponseEntity.REST_CALLBACK_CMD |
BHiveResponseEntity.REST_CALLBACK_CMD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BHiveResponseEntity.REST_CALLBACK_CMD[] |
BHiveResponseEntity.REST_CALLBACK_CMD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BHiveResponseEntityBuilder |
BHiveResponseEntityBuilder.callback(BHiveResponseEntity.REST_CALLBACK_CMD cbCmd,
String cbParam) |
void |
BHiveResponseEntity.setCbCmd(BHiveResponseEntity.REST_CALLBACK_CMD cbCmd) |
| Constructor and Description |
|---|
BHiveResponseEntity(String status,
String msg,
BHiveResponseEntity.REST_CALLBACK_CMD cbCmd,
Object cbParam)
응답 생성 with Status, Msg, cbCmd, cbParam
|
BHiveResponseEntity(String status,
String msg,
BHiveResponseEntity.REST_CALLBACK_CMD cbCmd,
Object cbParam,
List<BHiveFieldError> fieldError)
생성자
|
BHiveResponseEntity(String status,
String msg,
BHiveResponseEntity.REST_CALLBACK_CMD cbCmd,
Object cbParam,
T body,
List<BHiveFieldError> fieldError)
생성자
|
Copyright © 2018. All rights reserved.