All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.saveourtool.save.entities.OrganizationStatus.kt Maven / Gradle / Ivy

The newest version!
package com.saveourtool.save.entities

import kotlinx.serialization.Serializable

/**
 * Enum of organization status
 *
 * The order of the elements is used for sorting
 */
@Serializable
@Suppress("WRONG_DECLARATIONS_ORDER")
enum class OrganizationStatus {
    /**
     * Organization created
     */
    CREATED,

    /**
     * Organization deleted
     */
    DELETED,

    /**
     * Organization banned
     */
    BANNED,
    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy