Uses of Class
com.bandwidth.sdk.model.ErrorObject
Packages that use ErrorObject
-
Uses of ErrorObject in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return ErrorObjectModifier and TypeMethodDescriptionstatic ErrorObject
Create an instance of ErrorObject given an JSON stringErrorObject.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.Methods in com.bandwidth.sdk.model that return types with arguments of type ErrorObjectMethods in com.bandwidth.sdk.model with parameters of type ErrorObjectModifier and TypeMethodDescriptionCreateMultiChannelMessageResponse.addErrorsItem
(ErrorObject errorsItem) Method parameters in com.bandwidth.sdk.model with type arguments of type ErrorObjectModifier and TypeMethodDescriptionCreateMultiChannelMessageResponse.errors
(List<ErrorObject> errors) void
CreateMultiChannelMessageResponse.setErrors
(List<ErrorObject> errors)