Uses of Class
org.wso2.carbon.registry.social.api.utils.FilterOperation
-
Packages that use FilterOperation Package Description org.wso2.carbon.registry.social.api.utils -
-
Uses of FilterOperation in org.wso2.carbon.registry.social.api.utils
Methods in org.wso2.carbon.registry.social.api.utils that return FilterOperation Modifier and Type Method Description FilterOperation
FilterOptions. getFilterOperation()
static FilterOperation
FilterOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static FilterOperation[]
FilterOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.carbon.registry.social.api.utils with parameters of type FilterOperation Modifier and Type Method Description void
FilterOptions. setFilterOperation(FilterOperation filterOperation)
-