Uses of Enum Class
com.mypurecloud.sdk.v2.model.EdgeTrunkBase.TrunkTypeEnum
Packages that use EdgeTrunkBase.TrunkTypeEnum
-
Uses of EdgeTrunkBase.TrunkTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EdgeTrunkBase.TrunkTypeEnumModifier and TypeMethodDescriptionstatic EdgeTrunkBase.TrunkTypeEnumEdgeTrunkBase.TrunkTypeEnum.fromString(String key) EdgeTrunkBase.getTrunkType()static EdgeTrunkBase.TrunkTypeEnumReturns the enum constant of this class with the specified name.static EdgeTrunkBase.TrunkTypeEnum[]EdgeTrunkBase.TrunkTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type EdgeTrunkBase.TrunkTypeEnumModifier and TypeMethodDescriptionvoidEdgeTrunkBase.setTrunkType(EdgeTrunkBase.TrunkTypeEnum trunkType) EdgeTrunkBase.trunkType(EdgeTrunkBase.TrunkTypeEnum trunkType) The type of this trunk base.