Class SearchTerm
java.lang.Object
com.flowable.microsoft.graph.impl.search.AbstractSearch
com.flowable.microsoft.graph.impl.search.SearchTerm
- All Implemented Interfaces:
Search
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencode(StringBuilder sb) Encodes the search to a StringBuilder.Methods inherited from class com.flowable.microsoft.graph.impl.search.AbstractSearch
encode, toString
-
Constructor Details
-
SearchTerm
-
-
Method Details
-
encode
Description copied from interface:SearchEncodes the search to a StringBuilder.- Parameters:
sb- The StringBuilder to encode the search to- Returns:
- The same StringBuilder as was given
-