public static class TemplateImportConfiguration.AttributeMapping extends Object implements Serializable
Constructor and Description |
---|
AttributeMapping() |
Modifier and Type | Method and Description |
---|---|
List<DataLocator> |
getAttributeLocators() |
String |
getAttributeName() |
Boolean |
getExternalIdPart() |
String |
getObjectMappingIQL() |
static long |
getSerialVersionUID() |
boolean |
isSuggestedLabel() |
void |
setAttributeLocators(List<DataLocator> attributeLocators)
Which data locators that will be used when populating the attribute with value
|
void |
setAttributeName(String attributeName)
The Assets attribute name that should be mapped.
|
void |
setExternalIdPart(Boolean externalIdPart)
Is this attribute used to uniquely identify an entity in the external data source (multiple mappings with
external id can exist)
|
void |
setObjectMappingIQL(String objectMappingIQL)
If this attribute is of the type Object Reference i.e.
|
void |
setSuggestedLabel(boolean suggestedLabel) |
String |
toString() |
public static long getSerialVersionUID()
public String getAttributeName()
public void setAttributeName(String attributeName)
public List<DataLocator> getAttributeLocators()
public void setAttributeLocators(List<DataLocator> attributeLocators)
public Boolean getExternalIdPart()
public void setExternalIdPart(Boolean externalIdPart)
public String getObjectMappingIQL()
public void setObjectMappingIQL(String objectMappingIQL)
public boolean isSuggestedLabel()
public void setSuggestedLabel(boolean suggestedLabel)
suggestedLabel
- Copyright © 2024 Atlassian. All rights reserved.