Class ChangeAttributeRequest.Builder
Object
Builder
- Enclosing class:
ChangeAttributeRequest
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeAttributeRequest.builder()Clone method for this Builder. -
id
Required. The ID of the attribute to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
value
Required. The value of this attribute. Expected type of the value depends on the type of the attribute. Following list presents type of the value depending on the kind of the attribute- kind:
NumericAttribute-> value Class:DoubleorString - kind:
ScriptAttribute-> value Class:String - kind:
SingleValueListAttribute-> value Class:String - kind:
DateAttribute-> value class:LongorString - kind:
StringAttribute-> value class:String - kind:
BooleanAttribute-> value class:BooleanorString - kind:
MultiValueListAttribute-> value class:ListofString
- Returns:
this.
- kind:
-
build
-
toString
-