public interface ListField
Modifier and Type | Interface and Description |
---|---|
static class |
ListField.Field
The fields that represent the ListField object in serialized form.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getPrimary()
Get Boolean value indicating whether this instance of the Plural Field is the primary or
preferred value of for this field, e.g.
|
String |
getType()
The type of field for this instance, usually used to label the preferred function of the given
contact information.
|
String |
getValue()
Get the primary value of this field, e.g.
|
void |
setPrimary(Boolean primary) |
void |
setType(String type)
Set the type of the field.
|
void |
setValue(String value) |
String getType()
void setType(String type)
type
- the type of the fieldString getValue()
void setValue(String value)
value
- the value of the fieldgetValue()
Boolean getPrimary()
void setPrimary(Boolean primary)
primary
- set to true if a primary or preferred valuegetPrimary()
Copyright © 2019 WSO2. All Rights Reserved.