toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
marketplacecatalog
/
aws.sdk.kotlin.services.marketplacecatalog.model
/
OfferSort
Offer
Sort
class
OfferSort
Allows to sort offers.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
sort
By
Link copied to clipboard
val
sortBy
:
OfferSortBy
?
Allows to sort offers.
sort
Order
Link copied to clipboard
val
sortOrder
:
SortOrder
?
Allows to sort offers.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
OfferSort.Builder
.
(
)
->
Unit
=
{}
)
:
OfferSort
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String