SortOrder

sealed class SortOrder

The sort order specified in a listing condition. Possible values include the following:

  • asc - Present the information in ascending order (from A-Z).

  • dsc - Present the information in descending order (from Z-A).

Inheritors

Types

Link copied to clipboard
object Asc : SortOrder
Link copied to clipboard
object Companion
Link copied to clipboard
object Dsc : SortOrder
Link copied to clipboard
data class SdkUnknown(val value: String) : SortOrder

Properties

Link copied to clipboard
abstract val value: String