Class TicketSettingsResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.ticket.ticket_settings.TicketSettingsResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TicketBasicSettingsResponseprivate TicketCategorySettingsResponseprivate Boolean是否启用自定义表单private Stringprivate TicketBasicSettingsResponseprivate TicketCategorySettingsResponseprivate FormResponseprivate ProcessResponseprivate Boolean是否启用private FormResponseprivate Boolean草稿是否存在未发布变更(由服务端维护)private Boolean是否为组织默认配置private Stringprivate ProcessResponseprivate ZonedDateTime最近发布时间(由服务端在发布时更新)private static final longprivate String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
description
-
type
-
isDefault
是否为组织默认配置 -
enabled
是否启用 -
customFormEnabled
是否启用自定义表单 -
hasUnpublishedChanges
草稿是否存在未发布变更(由服务端维护) -
publishedAt
最近发布时间(由服务端在发布时更新) -
basicSettings
-
notificationSettings
-
categorySettings
-
process
-
form
-
draftBasicSettings
-
draftNotificationSettings
-
draftCategorySettings
-
draftProcess
-
draftForm
-
-
Constructor Details
-
TicketSettingsResponse
public TicketSettingsResponse()
-