PortOne Server SDK for JVM
Toggle table of contents
0.12.0
jvm
Platform filter
jvm
Switch theme
Search in API
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
오름차순
Desc
Link copied to clipboard
@
Serializable
(
with
=
SortOrder.DescSerializer::class
)
data
object
Desc
:
SortOrder
내림차순
Unrecognized
Link copied to clipboard
data
class
Unrecognized
:
SortOrder
현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.
Properties
value
Link copied to clipboard
abstract
val
value
:
String