Uses of Enum Class
com.ants.platform.client.resources.commons.types.ModelUsageUnit
Packages that use ModelUsageUnit
Package
Description
-
Uses of ModelUsageUnit in com.ants.platform.client.resources.commons.types
Subclasses with type arguments of type ModelUsageUnit in com.ants.platform.client.resources.commons.typesMethods in com.ants.platform.client.resources.commons.types that return ModelUsageUnitModifier and TypeMethodDescriptionstatic ModelUsageUnitReturns the enum constant of this class with the specified name.static ModelUsageUnit[]ModelUsageUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ants.platform.client.resources.commons.types that return types with arguments of type ModelUsageUnitMethods in com.ants.platform.client.resources.commons.types with parameters of type ModelUsageUnitModifier and TypeMethodDescriptionModel._FinalStage.unit(ModelUsageUnit unit) Model.Builder.unit(ModelUsageUnit unit) Unit used by this model.Usage.Builder.unit(ModelUsageUnit unit) Method parameters in com.ants.platform.client.resources.commons.types with type arguments of type ModelUsageUnitModifier and TypeMethodDescriptionModel._FinalStage.unit(Optional<ModelUsageUnit> unit) Model.Builder.unit(Optional<ModelUsageUnit> unit) Usage.Builder.unit(Optional<ModelUsageUnit> unit) -
Uses of ModelUsageUnit in com.ants.platform.client.resources.models.types
Methods in com.ants.platform.client.resources.models.types that return types with arguments of type ModelUsageUnitMethods in com.ants.platform.client.resources.models.types with parameters of type ModelUsageUnitModifier and TypeMethodDescriptionCreateModelRequest._FinalStage.unit(ModelUsageUnit unit) CreateModelRequest.Builder.unit(ModelUsageUnit unit) Unit used by this model.Method parameters in com.ants.platform.client.resources.models.types with type arguments of type ModelUsageUnitModifier and TypeMethodDescriptionCreateModelRequest._FinalStage.unit(Optional<ModelUsageUnit> unit) CreateModelRequest.Builder.unit(Optional<ModelUsageUnit> unit)