Package | Description |
---|---|
co.ecg.alpaca.toolkit.generated | |
co.ecg.alpaca.toolkit.generated.enums |
Modifier and Type | Field and Description |
---|---|
protected CallBlockingService |
BWSystem.SystemTreatmentMappingCallBlockingServiceAddRequest.callBlockingService |
protected CallBlockingService |
BWSystem.SystemTreatmentMappingCallBlockingServiceDeleteRequest.callBlockingService |
protected CallBlockingService |
BWSystem.SystemTreatmentMappingCallBlockingServiceModifyRequest.callBlockingService |
Modifier and Type | Method and Description |
---|---|
CallBlockingService |
BWSystem.SystemTreatmentMappingCallBlockingServiceAddRequest.getCallBlockingService() |
CallBlockingService |
BWSystem.SystemTreatmentMappingCallBlockingServiceDeleteRequest.getCallBlockingService() |
CallBlockingService |
BWSystem.SystemTreatmentMappingCallBlockingServiceModifyRequest.getCallBlockingService() |
Modifier and Type | Method and Description |
---|---|
BWSystem.SystemTreatmentMappingCallBlockingServiceAddRequest |
BWSystem.SystemTreatmentMappingCallBlockingServiceAddRequest.setCallBlockingService(CallBlockingService callBlockingService) |
BWSystem.SystemTreatmentMappingCallBlockingServiceDeleteRequest |
BWSystem.SystemTreatmentMappingCallBlockingServiceDeleteRequest.setCallBlockingService(CallBlockingService callBlockingService) |
BWSystem.SystemTreatmentMappingCallBlockingServiceModifyRequest |
BWSystem.SystemTreatmentMappingCallBlockingServiceModifyRequest.setCallBlockingService(CallBlockingService callBlockingService) |
Constructor and Description |
---|
SystemTreatmentMappingCallBlockingServiceAddRequest(BroadWorksServer broadWorksServer,
CallBlockingService callBlockingService,
String treatmentId) |
SystemTreatmentMappingCallBlockingServiceDeleteRequest(BroadWorksServer broadWorksServer,
CallBlockingService callBlockingService) |
SystemTreatmentMappingCallBlockingServiceModifyRequest(BroadWorksServer broadWorksServer,
CallBlockingService callBlockingService) |
Modifier and Type | Method and Description |
---|---|
static CallBlockingService |
CallBlockingService.get(String value) |
static CallBlockingService[] |
CallBlockingService.getArray(String[] values) |
static CallBlockingService |
CallBlockingService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallBlockingService[] |
CallBlockingService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 ECG. All rights reserved.