Uses of Enum Class
com.mypurecloud.sdk.v2.model.TrunkBase.TrunkTypeEnum
Packages that use TrunkBase.TrunkTypeEnum
-
Uses of TrunkBase.TrunkTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrunkBase.TrunkTypeEnumModifier and TypeMethodDescriptionstatic TrunkBase.TrunkTypeEnumTrunkBase.TrunkTypeEnum.fromString(String key) TrunkBase.getTrunkType()static TrunkBase.TrunkTypeEnumReturns the enum constant of this class with the specified name.static TrunkBase.TrunkTypeEnum[]TrunkBase.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 TrunkBase.TrunkTypeEnumModifier and TypeMethodDescriptionvoidTrunkBase.setTrunkType(TrunkBase.TrunkTypeEnum trunkType) TrunkBase.trunkType(TrunkBase.TrunkTypeEnum trunkType) The type of this trunk base.