@UserResource @RestController @RequestMapping(path="/api/v1/bankaccesses") public class BankAccessController extends BankAccessBasedController
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
bankAccessService| Constructor and Description |
|---|
BankAccessController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpEntity<Void> |
createBankaccess(BankAccessEntity bankAccess) |
org.springframework.http.HttpEntity<Void> |
deleteBankAccess(String accessId) |
checkBankAccessExistsloadBytesForWeb, loadBytesForWeb, resourceNotFound, returnDocument, returnDocument, userDataLocationHeader, userId, yamlObjectMapperpublic static final String BASE_PATH
@RequestMapping(method=POST,
consumes="application/json;charset=UTF-8")
public org.springframework.http.HttpEntity<Void> createBankaccess(@RequestBody(required=true)
BankAccessEntity bankAccess)
Copyright © 2018. All rights reserved.