-
Method Summary
Modifier and Type |
Method |
Description |
Future<List<String>> |
getAccountTypes() |
|
Future<?> |
getAccountTypes(ResponseHandler<List<String>> callback) |
|
Future<String> |
getAuthorizationUrl(Long requestId) |
|
Future<?> |
getAuthorizationUrl(Long requestId,
ResponseHandler<String> callback) |
|
Future<List<String>> |
getBmsCountryList() |
|
Future<?> |
getBmsCountryList(ResponseHandler<List<String>> callback) |
|
Future<String> |
getEmployeeAccessToken(String unverifiedAuthenticationCode) |
|
Future<?> |
getEmployeeAccessToken(String unverifiedAuthenticationCode,
ResponseHandler<String> callback) |
|
Future<Request> |
getManagerPreview(Long requestId,
String accessToken) |
|
Future<?> |
getManagerPreview(Long requestId,
String accessToken,
ResponseHandler<Request> callback) |
|
Future<Boolean> |
hasExistingRequest(String employeeUid,
String managerUid) |
|
Future<?> |
hasExistingRequest(String employeeUid,
String managerUid,
ResponseHandler<Boolean> callback) |
|
Future<Void> |
managerApprove(Long requestId,
String accessToken) |
|
Future<?> |
managerApprove(Long requestId,
String accessToken,
ResponseHandler<Void> callback) |
|
Future<Void> |
managerDeny(Long requestId,
String accessToken) |
|
Future<?> |
managerDeny(Long requestId,
String accessToken,
ResponseHandler<Void> callback) |
|
Future<Void> |
requestAccount(Request requestContainer) |
|
Future<?> |
requestAccount(Request requestContainer,
ResponseHandler<Void> callback) |
|
void |
setMask(Ibm.Mask mask) |
|
Ibm.Mask |
withMask() |
Use the existing mask on this service or create it if not present
|
Ibm.Mask |
withNewMask() |
Overwrite the existing mask on this service with a new one and return it
|
-
Method Details
-
withNewMask
Description copied from interface: Maskable
Overwrite the existing mask on this service with a new one and return it
- Specified by:
withNewMask
in interface Maskable
-
withMask
Description copied from interface: Maskable
Use the existing mask on this service or create it if not present
- Specified by:
withMask
in interface Maskable
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-