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 Expansionsstatic ExpansionsExpansionsParser.parseAsExpansions(String expand) Converts a string representation of a collection ofExpansionsinto an Expansions instance.static ExpansionsExpansionsParser.parseAsExpansions(List<String> expands) Converts list of string representations ofExpansions into an Expansions instance.static ExpansionsExpansionsParser.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 StringExpansionsParser.asString(Expansions expansions) Converts aExpansionscollection into a single string.Expansions.merge(Expansions expansions) Constructors in com.atlassian.servicedesk.api.util.expansion with parameters of type Expansions