T
- the type for which the expansion path ispublic interface TaxCategoryExpansionModel<T> extends ExpansionPathContainer<T>
Modifier and Type | Method and Description |
---|---|
static TaxCategoryExpansionModel<TaxCategory> |
of() |
static <T> TaxCategoryExpansionModel<T> |
of(List<String> parentPath,
String path) |
expansionPaths
static TaxCategoryExpansionModel<TaxCategory> of()
static <T> TaxCategoryExpansionModel<T> of(List<String> parentPath, String path)