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