Uses of Record Class
io.fluxzero.sdk.modeling.EntityMetadata.ModelParameter
Packages that use EntityMetadata.ModelParameter
-
Uses of EntityMetadata.ModelParameter in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.modeling that return types with arguments of type EntityMetadata.ModelParameterModifier and TypeMethodDescriptionEntityMetadata.HandlerMethod.modelParameters()Returns the value of themodelParametersrecord component.Map<EntityMetadata.ModelParameter, io.fluxzero.sdk.modeling.MutationPlan.DirectReferences> MutationPlan.Resolution.references()Returns the value of thereferencesrecord component.Constructor parameters in io.fluxzero.sdk.modeling with type arguments of type EntityMetadata.ModelParameterModifierConstructorDescriptionResolution(List<MutationPlan.ResolvedModel> models, List<MutationPlan.DeferredWriteTarget> deferredWrites, List<MutationPlan.AncestorDependency> ancestorDependencies, Map<EntityMetadata.ModelParameter, io.fluxzero.sdk.modeling.MutationPlan.DirectReferences> references) Creates an instance of aResolutionrecord class.