Uses of Class
com.bandwidth.iris.sdk.model.BaseModel
-
Packages that use BaseModel Package Description com.bandwidth.iris.sdk com.bandwidth.iris.sdk.model -
-
Uses of BaseModel in com.bandwidth.iris.sdk
Methods in com.bandwidth.iris.sdk with parameters of type BaseModel Modifier and Type Method Description IrisResponseIrisClient. post(String uri, BaseModel data)<T> TIrisClient. post(String uri, BaseModel data, Class<T> returnType)IrisResponseIrisClient. put(String uri, BaseModel data)<T> TIrisClient. put(String uri, BaseModel data, Class<T> returnType) -
Uses of BaseModel in com.bandwidth.iris.sdk.model
-