Interface ICustomFieldNames.NameQuery<T extends Query<?>>
- Type Parameters:
T-
- Enclosing interface:
- ICustomFieldNames
public static interface ICustomFieldNames.NameQuery<T extends Query<?>>
Custom field name query
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionexecutor()Returns an executor to execute the querytype(CustomFieldType type) Returns only names ofcustom fieldsof the given {link @CustomFieldType custom field type}.
-
Method Details
-
filter
- Parameters:
query-- Returns:
- custom field name query to further filter the results
- API:
- This public API is available in Java.
-
type
Returns only names of
If this method is not called on a query all types are return. If this method is called multiple times the result will contain all given type.custom fieldsof the given {link @CustomFieldType custom field type}.- Parameters:
type-- Returns:
- custom field name query to further filter the result
- API:
- This public API is available in Java.
-
executor
IFluentQueryExecutor<ICustomFieldNames.Result> executor()Returns an executor to execute the query- Returns:
- executor
- API:
- This public API is available in Java.
-