Uses of Enum Class
fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold.SizeUnit
Packages that use BinarySizePlatformThreshold.SizeUnit
-
Uses of BinarySizePlatformThreshold.SizeUnit in fr.gouv.vitam.common.model.dip
Methods in fr.gouv.vitam.common.model.dip that return BinarySizePlatformThreshold.SizeUnitModifier and TypeMethodDescriptionBinarySizePlatformThreshold.getSizeUnit()Returns the enum constant of this class with the specified name.static BinarySizePlatformThreshold.SizeUnit[]BinarySizePlatformThreshold.SizeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.dip with parameters of type BinarySizePlatformThreshold.SizeUnitModifier and TypeMethodDescriptionvoidBinarySizePlatformThreshold.setSizeUnit(BinarySizePlatformThreshold.SizeUnit sizeUnit) Constructors in fr.gouv.vitam.common.model.dip with parameters of type BinarySizePlatformThreshold.SizeUnitModifierConstructorDescriptionBinarySizePlatformThreshold(long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit) BinarySizeTenantThreshold(int tenant, long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit, boolean authorize)