Class InputValidationIssue
java.lang.Object
io.github.belgif.rest.problem.api.InputValidationIssue
Maps to InputValidationIssue in belgif/problem/v1/problem-v1.yaml.
- See Also:
-
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()Deprecated.this instance property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problemgetName()intDeprecated.this status property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problemgetTitle()getType()getValue()inthashCode()voidsetAdditionalProperty(String name, Object value) voidvoidvoidvoidvoidvoidsetInstance(URI instance) Deprecated.this instance property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problemvoidvoidsetStatus(int status) Deprecated.this status property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problemvoidvoidvoidtoString()valueEntry(String key, Object value) Deprecated.useinput(Input)to reference multiple input values
-
Constructor Details
-
InputValidationIssue
public InputValidationIssue() -
InputValidationIssue
-
InputValidationIssue
-
InputValidationIssue
-
-
Method Details
-
getType
-
setType
-
getHref
-
setHref
-
getTitle
-
setTitle
-
getStatus
Deprecated.this status property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problem- Returns:
- the status
-
setStatus
Deprecated.this status property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problem- Parameters:
status- the status
-
getDetail
-
setDetail
-
getInstance
Deprecated.this instance property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problem- Returns:
- the instance
-
setInstance
Deprecated.this instance property is generally not intended to be used, it is only provided because InputValidationIssue inherits from Problem in belgif-openapi-problem- Parameters:
instance- the instance
-
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
-