Uses of Enum
io.sendon.kakao.request.TemplateQuerySort
Packages that use TemplateQuerySort
-
Uses of TemplateQuerySort in io.sendon.kakao
Methods in io.sendon.kakao with parameters of type TemplateQuerySortModifier 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 TemplateQuerySort in io.sendon.kakao.request
Methods in io.sendon.kakao.request that return TemplateQuerySortModifier and TypeMethodDescriptionstatic TemplateQuerySortReturns the enum constant of this type with the specified name.static TemplateQuerySort[]TemplateQuerySort.values()Returns an array containing the constants of this enum type, in the order they are declared.