Interface OrderCategorySuggestions
@Deprecated @ScheduledApiChange(when="5.0", details="Will be removed.") public interface OrderCategorySuggestions
Deprecated.
Use
OrderTypeSuggestions
instead.Implementations of this class provide suggestions for transport order categories.
-
Method Summary
Modifier and Type Method Description java.util.Set<java.lang.String>
getCategorySuggestions()
Deprecated.Returns a set of categories that can be assigned to a transport order.
-
Method Details
-
getCategorySuggestions
java.util.Set<java.lang.String> getCategorySuggestions()Deprecated.Returns a set of categories that can be assigned to a transport order.- Returns:
- A set of categories that can be assigned to a transport order.
-