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 SIPDiversionReasonBWSystem.SystemSIPDiversionReasonModifyRequest. diversionReasonMethods in co.ecg.alpaca.toolkit.generated that return SIPDiversionReason Modifier and Type Method Description SIPDiversionReasonBWSystem.SystemSIPDiversionReasonModifyRequest. getDiversionReason()Methods in co.ecg.alpaca.toolkit.generated with parameters of type SIPDiversionReason Modifier and Type Method Description BWSystem.SystemSIPDiversionReasonModifyRequestBWSystem.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 SIPDiversionReasonSIPDiversionReason. get(String value)static SIPDiversionReason[]SIPDiversionReason. getArray(String[] values)static SIPDiversionReasonSIPDiversionReason. 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.
-