Class DetailsItemType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.DetailsItemType
-
public class DetailsItemType extends Object
The DetailsItemType model.
-
-
Constructor Summary
Constructors Constructor Description DetailsItemType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkey()Get the key value.Stringvalue()Get the value value.DetailsItemTypewithKey(String key)Set the key value.DetailsItemTypewithValue(String value)Set the value value.
-
-
-
Method Detail
-
key
public String key()
Get the key value.- Returns:
- the key value
-
withKey
public DetailsItemType withKey(String key)
Set the key value.- Parameters:
key- the key value to set- Returns:
- the DetailsItemType object itself.
-
value
public String value()
Get the value value.- Returns:
- the value value
-
withValue
public DetailsItemType withValue(String value)
Set the value value.- Parameters:
value- the value value to set- Returns:
- the DetailsItemType object itself.
-
-