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

com.dtsx.astra.sdk.org.domain.UserStatus Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package com.dtsx.astra.sdk.org.domain;

/**
 * User status in the db.
 */
public enum UserStatus {
    
    /**
     * invited.
     */
    invited,
    
    /**
     * active.
     */
    active;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy