Uses of Enum Class
com.daml.ledger.javaapi.data.Filter.Interface
Packages that use Filter.Interface
-
Uses of Filter.Interface in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return Filter.InterfaceModifier and TypeMethodDescriptionstatic Filter.InterfaceReturns the enum constant of this class with the specified name.static Filter.Interface[]Filter.Interface.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.daml.ledger.javaapi.data that return types with arguments of type Filter.InterfaceModifier and TypeMethodDescription@NonNull Map<@NonNull Identifier,@NonNull Filter.Interface> CumulativeFilter.getInterfaceFilters()Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type Filter.InterfaceModifierConstructorDescriptionCumulativeFilter(@NonNull Map<@NonNull Identifier, @NonNull Filter.Interface> interfaceFilters, @NonNull Map<@NonNull Identifier, @NonNull Filter.Template> templateFilters, Optional<@NonNull Filter.Wildcard> wildcardFilter)