Interface TransactionFilterOuterClass.FiltersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TransactionFilterOuterClass.InclusiveFilters getInclusive()
      If set, then contracts matching any of the ``InclusiveFilters`` match this filter.
      TransactionFilterOuterClass.InclusiveFiltersOrBuilder getInclusiveOrBuilder()
      If set, then contracts matching any of the ``InclusiveFilters`` match this filter.
      boolean hasInclusive()
      If set, then contracts matching any of the ``InclusiveFilters`` match this filter.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInclusive

        boolean hasInclusive()
         If set, then contracts matching any of the ``InclusiveFilters`` match
         this filter.
         If not set, or if ``InclusiveFilters`` has empty ``template_ids`` and empty ``interface_filters``:
         any contract matches this filter.
         Optional
         
        .com.daml.ledger.api.v1.InclusiveFilters inclusive = 1 [json_name = "inclusive"];
        Returns:
        Whether the inclusive field is set.
      • getInclusive

        TransactionFilterOuterClass.InclusiveFilters getInclusive()
         If set, then contracts matching any of the ``InclusiveFilters`` match
         this filter.
         If not set, or if ``InclusiveFilters`` has empty ``template_ids`` and empty ``interface_filters``:
         any contract matches this filter.
         Optional
         
        .com.daml.ledger.api.v1.InclusiveFilters inclusive = 1 [json_name = "inclusive"];
        Returns:
        The inclusive.
      • getInclusiveOrBuilder

        TransactionFilterOuterClass.InclusiveFiltersOrBuilder getInclusiveOrBuilder()
         If set, then contracts matching any of the ``InclusiveFilters`` match
         this filter.
         If not set, or if ``InclusiveFilters`` has empty ``template_ids`` and empty ``interface_filters``:
         any contract matches this filter.
         Optional
         
        .com.daml.ledger.api.v1.InclusiveFilters inclusive = 1 [json_name = "inclusive"];