Class CollectionEntityField

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

public class CollectionEntityField extends EntityField
Models a collection entity field.
  • Constructor Details

    • CollectionEntityField

      public CollectionEntityField(EntityField entityField)
      Creates a new EntityField of type COLLECTION.
      Parameters:
      entityField - the entity field
  • Method Details

    • getEntityField

      public EntityField getEntityField()
      Gets the EntityField.
      Returns:
      the entity field