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

com.sendsafely.enums.PackageStatus Maven / Gradle / Ivy

package com.sendsafely.enums;

/**
 * Enum describing the current state of the package.
 *
 */
public enum PackageStatus {

	ACTIVE, 
	EXPIRED, 
	ARCHIVED;	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy