Class DomainRestEntity
java.lang.Object
org.exoplatform.addons.gamification.rest.model.DomainRestEntity
-
Constructor Summary
ConstructorsConstructorDescriptionDomainRestEntity(Long id, String title, String description, org.exoplatform.social.core.space.model.Space space, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean enabled, boolean deleted, Long budget, String type, String coverUrl, Long rulesTotalScore, List<UserInfo> owners, UserInfo userInfo) -
Method Summary
-
Constructor Details
-
DomainRestEntity
public DomainRestEntity(Long id, String title, String description, org.exoplatform.social.core.space.model.Space space, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean enabled, boolean deleted, Long budget, String type, String coverUrl, Long rulesTotalScore, List<UserInfo> owners, UserInfo userInfo)
-