Uses of Interface
co.yellowdog.platform.model.AttributePreference
Packages that use AttributePreference
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AttributePreference in co.yellowdog.platform.model
Classes in co.yellowdog.platform.model that implement AttributePreferenceModifier and TypeClassDescriptionclass
class
Methods in co.yellowdog.platform.model that return types with arguments of type AttributePreferenceModifier and TypeMethodDescriptionList
<@NotNull @Valid AttributePreference> ComputeRequirementDynamicTemplate.getPreferences()
Methods in co.yellowdog.platform.model with parameters of type AttributePreferenceModifier and TypeMethodDescriptionComputeRequirementDynamicTemplate.Builder.preference
(AttributePreference preference) Method parameters in co.yellowdog.platform.model with type arguments of type AttributePreferenceModifier and TypeMethodDescriptionComputeRequirementDynamicTemplate.Builder.preferences
(List<@NotNull @Valid AttributePreference> preferences) void
ComputeRequirementDynamicTemplate.setPreferences
(List<@NotNull @Valid AttributePreference> preferences)