ComputedPropertyRequestType

Entries

Link copied to clipboard
@SerialName(value = "MINUTES_SINCE")
MINUTES_SINCE
Link copied to clipboard
@SerialName(value = "HOURS_SINCE")
HOURS_SINCE
Link copied to clipboard
@SerialName(value = "DAYS_SINCE")
DAYS_SINCE
Link copied to clipboard
@SerialName(value = "MONTHS_SINCE")
MONTHS_SINCE
Link copied to clipboard
@SerialName(value = "YEARS_SINCE")
YEARS_SINCE
Link copied to clipboard
@SerialName(value = "PLACEMENTS_IN_DAY")
PLACEMENTS_IN_DAY
Link copied to clipboard
@SerialName(value = "PLACEMENTS_IN_HOUR")
PLACEMENTS_IN_HOUR
Link copied to clipboard
@SerialName(value = "PLACEMENTS_IN_WEEK")
PLACEMENTS_IN_WEEK
Link copied to clipboard
@SerialName(value = "PLACEMENTS_IN_MONTH")
PLACEMENTS_IN_MONTH
Link copied to clipboard
@SerialName(value = "PLACEMENTS_SINCE_INSTALL")
PLACEMENTS_SINCE_INSTALL

Properties

Link copied to clipboard
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun dateComponent(components: Map<Int, Int>): Int?
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.