Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeValueBean
Packages that use ObjectAttributeValueBean
-
Uses of ObjectAttributeValueBean in com.riadalabs.jira.plugins.insight.services.model
Modifier and TypeClassDescriptionclass
class
Methods in com.riadalabs.jira.plugins.insight.services.model that return ObjectAttributeValueBeanModifier and TypeMethodDescriptionfinal ObjectAttributeValueBean
ImmutableFactory.createObjectAttributeValueBean
(ObjectAttributeValueBean objectAttributeValueBean) final ObjectAttributeValueBean
ImmutableFactory.createObjectAttributeValueBean
(Long id, String textValue, Boolean booleanValue, Double doubleValue, Date dateValue, Integer integerValue, Integer referencedObjectBeanId, String additionalValue, Long longValue) Methods in com.riadalabs.jira.plugins.insight.services.model that return types with arguments of type ObjectAttributeValueBeanModifier and TypeMethodDescriptionObjectHistoryBean.getNewValueBeans()
List<? extends ObjectAttributeValueBean>
LegacyObjectAttributeBean.getObjectAttributeValueBeans()
The value(s) set for this object attribute.List<? extends ObjectAttributeValueBean>
ObjectAttributeBean.EmptyObjectAttributeBean.getObjectAttributeValueBeans()
abstract List<? extends ObjectAttributeValueBean>
ObjectAttributeBean.getObjectAttributeValueBeans()
The value(s) set for this object attribute.ObjectHistoryBean.getOldValueBeans()
Methods in com.riadalabs.jira.plugins.insight.services.model with parameters of type ObjectAttributeValueBeanModifier and TypeMethodDescriptionint
ObjectAttributeValueBean.compareTo
(ObjectAttributeValueBean that) MutableObjectAttributeValueBean.create
(ObjectAttributeValueBean objectAttributeValueBean) final ObjectAttributeValueBean
ImmutableFactory.createObjectAttributeValueBean
(ObjectAttributeValueBean objectAttributeValueBean) Method parameters in com.riadalabs.jira.plugins.insight.services.model with type arguments of type ObjectAttributeValueBeanModifier and TypeMethodDescriptionstatic MutableObjectAttributeBean
MutableObjectAttributeBean.create
(Long id, List<? extends ObjectAttributeValueBean> valueBeans, Integer objectTypeAttributeId, Integer objectId) final ObjectAttributeBean
ImmutableFactory.createObjectAttributeBean
(Long id, Integer objectTypeAttributeId, Integer objectId, List<ObjectAttributeValueBean> objectAttributeValueBeans) void
ObjectHistoryBean.setNewValueBeans
(List<ObjectAttributeValueBean> newValueBeans) void
MutableObjectAttributeBean.setObjectAttributeValueBeans
(List<? extends ObjectAttributeValueBean> objectAttributeValueBeans) The value(s) set for this object attribute.void
ObjectHistoryBean.setOldValueBeans
(List<ObjectAttributeValueBean> oldValueBeans)