public class AddMultivalueAttributeRequest extends Object
Constructor and Description |
---|
AddMultivalueAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAssetId() |
String |
getTypeId() |
List<String> |
getValues() |
void |
setAssetId(String assetId)
Sets the id of the Asset that will own the Multiple Value Attribute
|
void |
setTypeId(String typeId)
Sets id of the Attribute Type
|
void |
setValues(List<String> values)
Sets the values of the Multiple Value Attribute
|
public String getAssetId()
public void setAssetId(String assetId)
assetId
- the id of the Asset that will own the Multiple Value Attributepublic String getTypeId()
public void setTypeId(String typeId)
typeId
- the id of the Attribute TypeCopyright © 2010–2019. All rights reserved.