Uses of Class
com.microsoft.store.partnercenter.models.query.filters.FieldType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.query.filters |
-
Uses of FieldType in com.microsoft.store.partnercenter.models.query.filters
Methods in com.microsoft.store.partnercenter.models.query.filters that return FieldType Modifier and Type Method Description FieldTypeFieldFilter. getFieldType()static FieldTypeFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldType[]FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.query.filters with parameters of type FieldType Modifier and Type Method Description StringIFilterExpressionGenerator. generateSimpleExpression(String field, FieldFilterOperation operation, String value, FieldType type)Generates a simple filter expression.voidFieldFilter. setFieldType(FieldType value)Constructors in com.microsoft.store.partnercenter.models.query.filters with parameters of type FieldType Constructor Description SimpleFieldFilter(String field, String value, FieldFilterOperation operation, FieldType fieldType)Initializes a new instance of the SimpleFieldFilter class.