Interface CreateGatewayActionOptions.Action
-
- Enclosing class:
- CreateGatewayActionOptions
public static interface CreateGatewayActionOptions.Action
Action request.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CREATE_GATEWAY_APPROVE
create_gateway_approve.static String
CREATE_GATEWAY_REJECT
create_gateway_reject.static String
DELETE_GATEWAY_APPROVE
delete_gateway_approve.static String
DELETE_GATEWAY_REJECT
delete_gateway_reject.static String
UPDATE_ATTRIBUTES_APPROVE
update_attributes_approve.static String
UPDATE_ATTRIBUTES_REJECT
update_attributes_reject.
-
-
-
Field Detail
-
CREATE_GATEWAY_APPROVE
static final String CREATE_GATEWAY_APPROVE
create_gateway_approve.- See Also:
- Constant Field Values
-
CREATE_GATEWAY_REJECT
static final String CREATE_GATEWAY_REJECT
create_gateway_reject.- See Also:
- Constant Field Values
-
DELETE_GATEWAY_APPROVE
static final String DELETE_GATEWAY_APPROVE
delete_gateway_approve.- See Also:
- Constant Field Values
-
DELETE_GATEWAY_REJECT
static final String DELETE_GATEWAY_REJECT
delete_gateway_reject.- See Also:
- Constant Field Values
-
UPDATE_ATTRIBUTES_APPROVE
static final String UPDATE_ATTRIBUTES_APPROVE
update_attributes_approve.- See Also:
- Constant Field Values
-
UPDATE_ATTRIBUTES_REJECT
static final String UPDATE_ATTRIBUTES_REJECT
update_attributes_reject.- See Also:
- Constant Field Values
-
-