Uses of Class
com.bandwidth.sdk.model.FieldError
-
Packages that use FieldError Package Description com.bandwidth.sdk.model -
-
Uses of FieldError in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return FieldError Modifier and Type Method Description FieldError
FieldError. description(String description)
FieldError
FieldError. fieldName(String fieldName)
static FieldError
FieldError. fromJson(String jsonString)
Create an instance of FieldError given an JSON stringFieldError
FieldError. 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 FieldError Modifier and Type Method Description List<FieldError>
CreateMessageRequestError. getFieldErrors()
Get fieldErrorsMethods in com.bandwidth.sdk.model with parameters of type FieldError Modifier and Type Method Description CreateMessageRequestError
CreateMessageRequestError. addFieldErrorsItem(FieldError fieldErrorsItem)
Method parameters in com.bandwidth.sdk.model with type arguments of type FieldError Modifier and Type Method Description CreateMessageRequestError
CreateMessageRequestError. fieldErrors(List<FieldError> fieldErrors)
void
CreateMessageRequestError. setFieldErrors(List<FieldError> fieldErrors)
-