Class ChangeAttributeRequest
Object
ChangeAttributeRequest
- All Implemented Interfaces:
Serializable
The properties of the asset to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetId()Required. The ID of the attribute to be changed.getValue()Required. The value of this attribute.inthashCode()voidRequired. The ID of the attribute to be changed.voidRequired. The value of this attribute.toString()
-
Constructor Details
-
ChangeAttributeRequest
public ChangeAttributeRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the attribute to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getValue
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
- kind:
-
setId
Required. The ID of the attribute to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setValue
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
- kind:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-