Uses of Class
co.yellowdog.platform.model.ComputeSourceUsage
Packages that use ComputeSourceUsage
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of ComputeSourceUsage in co.yellowdog.platform.model
Subclasses with type arguments of type ComputeSourceUsage in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new ComputeSourceUsage that is automatically validated on build.Methods in co.yellowdog.platform.model that return ComputeSourceUsageMethods in co.yellowdog.platform.model that return types with arguments of type ComputeSourceUsageModifier and TypeMethodDescriptionList
<@NotNull @Valid ComputeSourceUsage> ComputeRequirementStaticTemplate.getSources()
Method parameters in co.yellowdog.platform.model with type arguments of type ComputeSourceUsageModifier and TypeMethodDescriptionvoid
ComputeRequirementStaticTemplate.setSources
(List<@NotNull @Valid ComputeSourceUsage> sources) ComputeRequirementStaticTemplate.Builder.sources
(List<@NotNull @Valid ComputeSourceUsage> sources)