Class CommentEntityModel

java.lang.Object
com.liferay.headless.common.spi.odata.entity.CommentEntityModel
All Implemented Interfaces:
com.liferay.portal.odata.entity.EntityModel

public class CommentEntityModel extends Object implements com.liferay.portal.odata.entity.EntityModel
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.liferay.portal.odata.entity.EntityModel

    com.liferay.portal.odata.entity.EntityModel.EntityRelationship
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,com.liferay.portal.odata.entity.EntityField>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.odata.entity.EntityModel

    getEntityRelationshipsMap, getName
  • Constructor Details

    • CommentEntityModel

      public CommentEntityModel()
  • Method Details

    • getEntityFieldsMap

      public Map<String,com.liferay.portal.odata.entity.EntityField> getEntityFieldsMap()
      Specified by:
      getEntityFieldsMap in interface com.liferay.portal.odata.entity.EntityModel