| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableObjectTypeInheritanceTreeBean.Builder |
ImmutableObjectTypeInheritanceTreeBean.builder()
Creates a builder for
ImmutableObjectTypeInheritanceTreeBean. |
ImmutableObjectTypeInheritanceTreeBean.Builder |
ImmutableObjectTypeInheritanceTreeBean.Builder.from(ObjectTypeInheritanceTreeBean instance)
Fill a builder with attribute values from the provided
ObjectTypeInheritanceTreeBean instance. |
ImmutableObjectTypeInheritanceTreeBean.Builder |
ImmutableObjectTypeInheritanceTreeBean.Builder.putAllParentObjectTypesInclSelf(Map<Integer,? extends List<ObjectTypeBean>> entries)
Put all mappings from the specified map as entries to
parentObjectTypesInclSelf map. |
ImmutableObjectTypeInheritanceTreeBean.Builder |
ImmutableObjectTypeInheritanceTreeBean.Builder.putParentObjectTypesInclSelf(int key,
List<ObjectTypeBean> value)
Put one entry to the
parentObjectTypesInclSelf map. |
ImmutableObjectTypeInheritanceTreeBean.Builder |
ImmutableObjectTypeInheritanceTreeBean.Builder.putParentObjectTypesInclSelf(Map.Entry<Integer,? extends List<ObjectTypeBean>> entry)
Put one entry to the
parentObjectTypesInclSelf map. |
ImmutableObjectTypeInheritanceTreeBean.Builder |
ImmutableObjectTypeInheritanceTreeBean.Builder.setParentObjectTypesInclSelf(Map<Integer,? extends List<ObjectTypeBean>> entries)
Sets or replaces all mappings from the specified map as entries for the
parentObjectTypesInclSelf map. |
Copyright © 2023 Atlassian. All rights reserved.