Uses of Class
com.bandwidth.iris.sdk.model.Error
-
Packages that use Error Package Description com.bandwidth.iris.sdk.model -
-
Uses of Error in com.bandwidth.iris.sdk.model
Subclasses of Error in com.bandwidth.iris.sdk.model Modifier and Type Class Description classIrisStatusMethods in com.bandwidth.iris.sdk.model that return Error Modifier and Type Method Description ErrorSearchResult. getError()Error[]CsrResponse. getErrors()Methods in com.bandwidth.iris.sdk.model that return types with arguments of type Error Modifier and Type Method Description List<Error>DisconnectTelephoneNumberOrderResponse. getErrorList()List<Error>OrderResponse. getErrorList()List<Error>DldaOrder. getErrors()List<Error>ImportTnOrder. getErrors()List<Error>LidbOrder. getErrors()List<Error>LineOptions. getErrors()List<Error>LnpOrderResponse. getErrors()List<Error>NumberPortabilityResponse. getErrors()List<Error>RemoveImportedTnOrder. getErrors()List<Error>TnOptionGroup. getErrors()List<Error>TnOptionOrder. getErrors()Methods in com.bandwidth.iris.sdk.model with parameters of type Error Modifier and Type Method Description voidSearchResult. setError(Error error)voidCsrResponse. setErrors(Error[] errors)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type Error Modifier and Type Method Description voidDisconnectTelephoneNumberOrderResponse. setErrorList(List<Error> errorList)voidOrderResponse. setErrorList(List<Error> errorList)voidDldaOrder. setErrors(List<Error> errors)voidImportTnOrder. setErrors(List<Error> errors)voidLidbOrder. setErrors(List<Error> errors)voidLineOptions. setErrors(List<Error> errors)voidLnpOrderResponse. setErrors(List<Error> errors)voidNumberPortabilityResponse. setErrors(List<Error> errors)voidRemoveImportedTnOrder. setErrors(List<Error> errors)voidTnOptionGroup. setErrors(List<Error> errors)voidTnOptionOrder. setErrors(List<Error> errors)
-