Uses of Class
com.mypurecloud.sdk.v2.model.TrunkBaseAssignment
Packages that use TrunkBaseAssignment
-
Uses of TrunkBaseAssignment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrunkBaseAssignmentModifier and TypeMethodDescriptionThe address family to use with the trunk base settings. 2=IPv4, 23=IPv6EdgeGroup.getEdgeTrunkBaseAssignment()A trunk base settings reference.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TrunkBaseAssignmentModifier and TypeMethodDescriptionDomainLogicalInterface.getExternalTrunkBaseAssignments()DomainLogicalInterface.getPhoneTrunkBaseAssignments()Methods in com.mypurecloud.sdk.v2.model with parameters of type TrunkBaseAssignmentModifier and TypeMethodDescriptionEdgeGroup.edgeTrunkBaseAssignment(TrunkBaseAssignment edgeTrunkBaseAssignment) A trunk base settings assignment of trunkType \"EDGE\" to use for edge-to-edge communication.voidEdgeGroup.setEdgeTrunkBaseAssignment(TrunkBaseAssignment edgeTrunkBaseAssignment) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TrunkBaseAssignmentModifier and TypeMethodDescriptionDomainLogicalInterface.externalTrunkBaseAssignments(List<TrunkBaseAssignment> externalTrunkBaseAssignments) External trunk base settings to use for external communication from this interface.DomainLogicalInterface.phoneTrunkBaseAssignments(List<TrunkBaseAssignment> phoneTrunkBaseAssignments) Phone trunk base settings to use for phone communication from this interface.voidDomainLogicalInterface.setExternalTrunkBaseAssignments(List<TrunkBaseAssignment> externalTrunkBaseAssignments) voidDomainLogicalInterface.setPhoneTrunkBaseAssignments(List<TrunkBaseAssignment> phoneTrunkBaseAssignments)