pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-gson-api
/
com.pubnub.api.java.endpoints.objects_api.utils
/
PNSortKey
PNSort
Key
class
PNSortKey
Members
Types
Dir
Link copied to clipboard
enum
Dir
Key
Link copied to clipboard
enum
Key
Functions
asc
Link copied to clipboard
open
fun
asc
(
key
:
PNSortKey.Key
)
:
PNSortKey
desc
Link copied to clipboard
open
fun
desc
(
key
:
PNSortKey.Key
)
:
PNSortKey
of
Link copied to clipboard
open
fun
of
(
key
:
PNSortKey.Key
)
:
PNSortKey
open
fun
of
(
key
:
PNSortKey.Key
,
dir
:
PNSortKey.Dir
)
:
PNSortKey
to
Sort
Parameter
Link copied to clipboard
open
fun
toSortParameter
(
)
:
String