Uses of Class
com.bandwidth.sdk.model.FieldError
Packages that use FieldError
-
Uses of FieldError in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return FieldErrorModifier and TypeMethodDescriptionFieldError.description
(String description) static FieldError
Create an instance of FieldError given an JSON stringFieldError.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 FieldErrorMethods in com.bandwidth.sdk.model with parameters of type FieldErrorModifier and TypeMethodDescriptionCreateMessageRequestError.addFieldErrorsItem
(FieldError fieldErrorsItem) Method parameters in com.bandwidth.sdk.model with type arguments of type FieldErrorModifier and TypeMethodDescriptionCreateMessageRequestError.fieldErrors
(List<FieldError> fieldErrors) void
CreateMessageRequestError.setFieldErrors
(List<FieldError> fieldErrors)