Package com.bandwidth.iris.sdk.model
Class Aeui
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.Aeui
-
public class Aeui extends Object
-
-
Constructor Summary
Constructors Constructor Description Aeui()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AlternateEndUserIdentifierResponseget(IrisClient client, String id)static AlternateEndUserIdentifiersResponselist(IrisClient client, Map<String,Object> query)
-
-
-
Method Detail
-
list
public static AlternateEndUserIdentifiersResponse list(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
get
public static AlternateEndUserIdentifierResponse get(IrisClient client, String id) throws Exception
- Throws:
Exception
-
-