Class IntegerEntityField

java.lang.Object
com.liferay.portal.odata.entity.EntityField
com.liferay.portal.odata.entity.IntegerEntityField

public class IntegerEntityField extends EntityField
Models an date entity field. A Entity field with a type EntityField.Type.INTEGER
  • Constructor Details

    • IntegerEntityField

      public IntegerEntityField(String name, Function<Locale,String> filterableAndSortableFieldNameFunction)
      Creates a new IntegerEntityField with a Function to convert the entity field's name to a filterable/sortable field name for a locale.
      Parameters:
      name - the entity field's name
      filterableAndSortableFieldNameFunction - the Function