ChildConfigurationFilter

data class ChildConfigurationFilter(val childConfigurationTypes: List<Either<String, ChildConfigurationType>>? = null, val hierarchyInformations: List<HierarchyInformation>? = null) : ConvertibleToJava<ChildConfigurationFilter>

Child configuration filter.

Constructors

Link copied to clipboard
constructor(childConfigurationTypes: List<Either<String, ChildConfigurationType>>? = null, hierarchyInformations: List<HierarchyInformation>? = null)

Properties

Link copied to clipboard

Filter to fetch all child configurations belonging to the given list of configuration types.

Link copied to clipboard

The list of child configuration hierarchy customer wants to filter for the given configuration.

Functions

Link copied to clipboard
open override fun toJava(): ChildConfigurationFilter