Uses of Class
co.ecg.alpaca.toolkit.generated.enums.SIPDiversionReason
-
Packages that use SIPDiversionReason Package Description co.ecg.alpaca.toolkit.generated co.ecg.alpaca.toolkit.generated.enums -
-
Uses of SIPDiversionReason in co.ecg.alpaca.toolkit.generated
Fields in co.ecg.alpaca.toolkit.generated declared as SIPDiversionReason Modifier and Type Field Description protected @NotNull SIPDiversionReason
BWSystem.SystemSIPDiversionReasonModifyRequest. diversionReason
Methods in co.ecg.alpaca.toolkit.generated that return SIPDiversionReason Modifier and Type Method Description SIPDiversionReason
BWSystem.SystemSIPDiversionReasonModifyRequest. getDiversionReason()
Methods in co.ecg.alpaca.toolkit.generated with parameters of type SIPDiversionReason Modifier and Type Method Description BWSystem.SystemSIPDiversionReasonModifyRequest
BWSystem.SystemSIPDiversionReasonModifyRequest. setDiversionReason(SIPDiversionReason diversionReason)
Constructors in co.ecg.alpaca.toolkit.generated with parameters of type SIPDiversionReason Constructor Description SystemSIPDiversionReasonModifyRequest(BroadWorksServer broadWorksServer, SIPDiversionReason diversionReason, String causeValue)
-
Uses of SIPDiversionReason in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return SIPDiversionReason Modifier and Type Method Description static SIPDiversionReason
SIPDiversionReason. get(String value)
static SIPDiversionReason[]
SIPDiversionReason. getArray(String[] values)
static SIPDiversionReason
SIPDiversionReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static SIPDiversionReason[]
SIPDiversionReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-