PortOne Server SDK for JVM
Toggle table of contents
0.24.0-2-g45541d7d56
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.common
/
SortOrder
Sort
Order
@
Serializable
(
with
=
SortOrderSerializer::class
)
sealed
interface
SortOrder
정렬 방식
Inheritors
Desc
Asc
Unrecognized
Members
Types
Asc
Link copied to clipboard
@
Serializable
(
with
=
SortOrder.AscSerializer::class
)
data
object
Asc
:
SortOrder
오름차순
Asc
Serializer
Link copied to clipboard
object
AscSerializer
:
KSerializer
<
SortOrder.Asc
>
Desc
Link copied to clipboard
@
Serializable
(
with
=
SortOrder.DescSerializer::class
)
data
object
Desc
:
SortOrder
내림차순
Desc
Serializer
Link copied to clipboard
object
DescSerializer
:
KSerializer
<
SortOrder.Desc
>
Unrecognized
Link copied to clipboard
data
class
Unrecognized
:
SortOrder
현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.
Properties
value
Link copied to clipboard
abstract
val
value
:
String