Package com.bandwidth.iris.sdk.model
Class TnOptions
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.TnOptions
-
public class TnOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description TnOptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TnOptionOrderResponsecreate(IrisClient client, TnOptionOrder order)static TnOptionOrderget(IrisClient client, String orderId)static TnOptionOrderslist(IrisClient client, Map<String,Object> query)
-
-
-
Method Detail
-
create
public static TnOptionOrderResponse create(IrisClient client, TnOptionOrder order) throws Exception
- Throws:
Exception
-
list
public static TnOptionOrders list(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
get
public static TnOptionOrder get(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
-