Uses of Class
com.bandwidth.iris.sdk.model.TnOptionOrder
-
Packages that use TnOptionOrder Package Description com.bandwidth.iris.sdk.model -
-
Uses of TnOptionOrder in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return TnOptionOrder Modifier and Type Method Description static TnOptionOrderTnOptions. get(IrisClient client, String orderId)TnOptionOrderTnOptionOrderResponse. getTnOptionOrder()Methods in com.bandwidth.iris.sdk.model that return types with arguments of type TnOptionOrder Modifier and Type Method Description List<TnOptionOrder>TnOptionOrders. getTnOptionOrders()Methods in com.bandwidth.iris.sdk.model with parameters of type TnOptionOrder Modifier and Type Method Description static TnOptionOrderResponseTnOptions. create(IrisClient client, TnOptionOrder order)voidTnOptionOrderResponse. setTnOptionOrder(TnOptionOrder tnOptionOrder)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type TnOptionOrder Modifier and Type Method Description voidTnOptionOrders. setTnOptionOrders(List<TnOptionOrder> tnOptionOrders)
-