Interface LikeProperty<T,L,R,SELF extends PropertyBase<T,R,SELF>>

All Superinterfaces:
PropertyBase<T,R,SELF>
All Known Subinterfaces:
ProcessInstanceStateProperty, StringProperty
All Known Implementing Classes:
ProcessInstanceStatePropertyImpl, StringPropertyImpl

public interface LikeProperty<T,L,R,SELF extends PropertyBase<T,R,SELF>> extends PropertyBase<T,R,SELF>
  • Method Summary

    Modifier and Type
    Method
    Description
    like(L value)
     

    Methods inherited from interface io.camunda.client.api.search.filter.builder.PropertyBase

    build, eq, exists, in, in, neq
  • Method Details

    • like

      SELF like(L value)