Uses of Enum
io.sendon.kakao.request.TemplateStatus
Packages that use TemplateStatus
-
Uses of TemplateStatus in io.sendon.kakao
Methods in io.sendon.kakao with parameters of type TemplateStatusModifier and TypeMethodDescriptionSendonKakao.getTemplates(String profileId, String keyword, int limit, String cursor, TemplateStatus status, TemplateQuerySort sort) Retrieves a list of templates for a specific profile with filtering and sorting options. -
Uses of TemplateStatus in io.sendon.kakao.request
Methods in io.sendon.kakao.request that return TemplateStatusModifier and TypeMethodDescriptionstatic TemplateStatusReturns the enum constant of this type with the specified name.static TemplateStatus[]TemplateStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TemplateStatus in io.sendon.kakao.response
Fields in io.sendon.kakao.response declared as TemplateStatus