Class InputValidationIssue
java.lang.Object
io.github.belgif.rest.problem.api.InputValidationIssue
Maps to InputValidationIssue in belgif/problem/v1/problem-v1.yaml.
Note that this model class intentionally does not include the "status" and "instance" properties. In problem-v1.yaml, InputValidationIssue technically inherits these properties from Problem, but they are not meant to be used for input validation issues. In the unlikely scenario where these properties would be needed, they can still be added/retrieved via the additionalProperties.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInputValidationIssue(InEnum in, String name) InputValidationIssue(InEnum in, String name, Object value) InputValidationIssue(URI type, String title) -
Method Summary
Modifier and TypeMethodDescriptionvoidadditionalProperty(String key, Object value) booleangetHref()getIn()getName()getTitle()getType()getValue()inthashCode()voidsetAdditionalProperty(String name, Object value) voidvoidvoidvoidvoidvoidvoidvoidvoidtoString()valueEntry(String key, Object value) Deprecated.
-
Field Details
-
BY_NAME
-
-
Constructor Details
-
InputValidationIssue
public InputValidationIssue() -
InputValidationIssue
-
InputValidationIssue
-
InputValidationIssue
-
-
Method Details
-
getType
-
setType
-
getHref
-
setHref
-
getTitle
-
setTitle
-
getDetail
-
setDetail
-
getIn
-
setIn
-
getName
-
setName
-
getValue
-
setValue
-
getInputs
-
setInputs
-
setInputs
-
addInput
-
getAdditionalProperties
-
setAdditionalProperty
-
type
-
type
-
href
-
href
-
title
-
detail
-
in
-
in
-
name
-
value
-
valueEntry
Deprecated.useinput(Input)to reference multiple input valuesEmbed a key-value pair inside the value property.- Parameters:
key- the keyvalue- the value- Returns:
- this InputValidationIssue
-
input
-
inputs
-
inputs
-
additionalProperty
-
equals
-
hashCode
public int hashCode() -
toString
-
input(Input)to reference multiple input values