| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIQLObjectTypeScope |
ImmutableIQLObjectTypeScope.Builder.build()
Builds a new
ImmutableIQLObjectTypeScope. |
static ImmutableIQLObjectTypeScope |
ImmutableIQLObjectTypeScope.copyOf(IQLObjectTypeScope instance)
Creates an immutable copy of a
IQLObjectTypeScope value. |
ImmutableIQLObjectTypeScope |
ImmutableIQLObjectTypeScope.withIncludesAll(boolean value)
Copy the current immutable object by setting a value for the
includesAll attribute. |
ImmutableIQLObjectTypeScope |
ImmutableIQLObjectTypeScope.withObjectTypeIdsToExclude(int... elements)
Copy the current immutable object with elements that replace the content of
objectTypeIdsToExclude. |
ImmutableIQLObjectTypeScope |
ImmutableIQLObjectTypeScope.withObjectTypeIdsToExclude(Iterable<Integer> elements)
Copy the current immutable object with elements that replace the content of
objectTypeIdsToExclude. |
ImmutableIQLObjectTypeScope |
ImmutableIQLObjectTypeScope.withObjectTypeIdsToInclude(int... elements)
Copy the current immutable object with elements that replace the content of
objectTypeIdsToInclude. |
ImmutableIQLObjectTypeScope |
ImmutableIQLObjectTypeScope.withObjectTypeIdsToInclude(Iterable<Integer> elements)
Copy the current immutable object with elements that replace the content of
objectTypeIdsToInclude. |
Copyright © 2022 Atlassian. All rights reserved.