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

com.c0x12c.featureflag.notification.ChangeStatus.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.c0x12c.featureflag.notification

enum class ChangeStatus {
  CREATED,
  ENABLED,
  DISABLED,
  UPDATED,
  DELETED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy