Uses of Class
com.xero.models.payrolluk.InvalidField
-
Packages that use InvalidField Package Description com.xero.models.payrolluk -
-
Uses of InvalidField in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return InvalidField Modifier and Type Method Description InvalidFieldInvalidField. name(String name)The name of the field that caused the errorInvalidFieldInvalidField. reason(String reason)The reason the error occurredMethods in com.xero.models.payrolluk that return types with arguments of type InvalidField Modifier and Type Method Description List<InvalidField>Problem. getInvalidFields()Get invalidFieldsMethods in com.xero.models.payrolluk with parameters of type InvalidField Modifier and Type Method Description ProblemProblem. addInvalidFieldsItem(InvalidField invalidFieldsItem)invalidFieldsMethod parameters in com.xero.models.payrolluk with type arguments of type InvalidField Modifier and Type Method Description ProblemProblem. invalidFields(List<InvalidField> invalidFields)invalidFieldsvoidProblem. setInvalidFields(List<InvalidField> invalidFields)invalidFields
-