Uses of Class
fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold.SizeUnit
-
Packages that use BinarySizePlatformThreshold.SizeUnit Package Description fr.gouv.vitam.common.model.dip -
-
Uses of BinarySizePlatformThreshold.SizeUnit in fr.gouv.vitam.common.model.dip
Methods in fr.gouv.vitam.common.model.dip that return BinarySizePlatformThreshold.SizeUnit Modifier and Type Method Description BinarySizePlatformThreshold.SizeUnit
BinarySizePlatformThreshold. getSizeUnit()
static BinarySizePlatformThreshold.SizeUnit
BinarySizePlatformThreshold.SizeUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinarySizePlatformThreshold.SizeUnit[]
BinarySizePlatformThreshold.SizeUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.dip with parameters of type BinarySizePlatformThreshold.SizeUnit Modifier and Type Method Description void
BinarySizePlatformThreshold. setSizeUnit(BinarySizePlatformThreshold.SizeUnit sizeUnit)
Constructors in fr.gouv.vitam.common.model.dip with parameters of type BinarySizePlatformThreshold.SizeUnit Constructor Description BinarySizePlatformThreshold(long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit)
BinarySizeTenantThreshold(int tenant, long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit, boolean authorize)
-