Uses of Class
com.atlassian.servicedesk.api.util.expansion.Expansions
Packages that use Expansions
-
Uses of Expansions in com.atlassian.servicedesk.api.util.expansion
Fields in com.atlassian.servicedesk.api.util.expansion declared as ExpansionsMethods in com.atlassian.servicedesk.api.util.expansion that return ExpansionsModifier and TypeMethodDescriptionExpansion.getSubExpansions()
Expansions.getSubExpansions
(String propertyName) Expansions.merge
(Expansions expansions) static Expansions
static Expansions
ExpansionsParser.parseAsExpansions
(String expand) Converts a string representation of a collection ofExpansions
into an Expansions instance.static Expansions
ExpansionsParser.parseAsExpansions
(List<String> expands) Converts list of string representations ofExpansion
s into an Expansions instance.static Expansions
ExpansionsParser.parseWithPrefix
(String prefix, String expansions) Create a new Expansions that prepends the propertyName to the path of all expansions represented in this Expansions object.Methods in com.atlassian.servicedesk.api.util.expansion with parameters of type ExpansionsModifier and TypeMethodDescriptionstatic String
ExpansionsParser.asString
(Expansions expansions) Converts aExpansions
collection into a single string.Expansions.merge
(Expansions expansions) Constructors in com.atlassian.servicedesk.api.util.expansion with parameters of type Expansions