Package com.bytedesk.kbase.kbase_invite
Class KbaseInviteEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.kbase_invite.KbaseInviteEntity
- All Implemented Interfaces:
Serializable
Knowledge base invite entity for member invitation management
Manages invitations to join knowledge bases and collaboration spaces
Database Table: bytedesk_kbase_invite
Purpose: Stores invitation configurations and member access management
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
Name of the invitation -
description
Description of the invitation -
type
Type of invitation (CUSTOMER, MEMBER, etc.) -
color
Color theme for the invitation display -
order
Display order of the invitation
-
-
Constructor Details
-
KbaseInviteEntity
public KbaseInviteEntity()
-