Uses of Class
com.daml.ledger.javaapi.data.Filter.Interface
-
Packages that use Filter.Interface Package Description com.daml.ledger.javaapi.data -
-
Uses of Filter.Interface in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return Filter.Interface Modifier and Type Method Description static Filter.Interface
Filter.Interface. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Filter.Interface[]
Filter.Interface. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.daml.ledger.javaapi.data that return types with arguments of type Filter.Interface Modifier and Type Method Description @NonNull java.util.Map<@NonNull Identifier,@NonNull Filter.Interface>
InclusiveFilter. getInterfaceFilters()
Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type Filter.Interface Constructor Description InclusiveFilter(@NonNull java.util.Map<@NonNull Identifier,@NonNull Filter.Interface> interfaceFilters, @NonNull java.util.Map<@NonNull Identifier,@NonNull Filter.Template> templateFilters)
InclusiveFilter(@NonNull java.util.Set<@NonNull Identifier> templateIds, @NonNull java.util.Map<@NonNull Identifier,@NonNull Filter.Interface> interfaceIds)
Deprecated.Use the constructor withInclusiveFilter.templateFilters
instead of IDs.
-