Uses of Enum
com.bandwidth.sdk.model.MachineDetectionModeEnum
Packages that use MachineDetectionModeEnum
-
Uses of MachineDetectionModeEnum in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MachineDetectionModeEnumModifier and TypeMethodDescriptionstatic MachineDetectionModeEnum
MachineDetectionConfiguration.getMode()
Get modeMachineDetectionModeEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static MachineDetectionModeEnum
Returns the enum constant of this type with the specified name.static MachineDetectionModeEnum[]
MachineDetectionModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth.sdk.model with parameters of type MachineDetectionModeEnumModifier and TypeMethodDescriptionMachineDetectionConfiguration.mode
(MachineDetectionModeEnum mode) void
MachineDetectionConfiguration.setMode
(MachineDetectionModeEnum mode) void
MachineDetectionModeEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, MachineDetectionModeEnum enumeration)