public static final class OnboardingAttribute.Builder
extends java.lang.Object
OnboardingAttribute.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
OnboardingAttribute. |
| Modifier and Type | Method and Description |
|---|---|
OnboardingAttribute |
build() |
OnboardingAttribute.Builder |
setName(java.lang.String name)
Attribute name
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OnboardingAttribute.Builder |
setValue(java.lang.String value)
Attribute value
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OnboardingAttribute.Builder |
setValueType(java.lang.String valueType)
Possible values are:
OnboardingAttribute.VALUE_TYPE_STRING
OnboardingAttribute.VALUE_TYPE_INTEGER
OnboardingAttribute.VALUE_TYPE_BOOLEAN
Attribute Type
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored. |
public Builder()
OnboardingAttribute.public OnboardingAttribute.Builder setName(java.lang.String name)
name - New value for the property.public OnboardingAttribute.Builder setValue(java.lang.String value)
value - New value for the property.public OnboardingAttribute.Builder setValueType(java.lang.String valueType)
valueType - New value for the property.public OnboardingAttribute build()