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
Fields in com.daml.ledger.javaapi.data declared as Filter.Interface Modifier and Type Field Description static Filter.InterfaceFilter.Interface. HIDE_VIEWstatic Filter.InterfaceFilter.Interface. INCLUDE_VIEWMethods 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. getInterfaceIds()Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type Filter.Interface Constructor Description InclusiveFilter(@NonNull java.util.Set<@NonNull Identifier> templateIds, @NonNull java.util.Map<@NonNull Identifier,@NonNull Filter.Interface> interfaceIds)
-