Uses of Class
de.hybris.platform.audit.internal.config.VirtualAttribute
-
Packages that use VirtualAttribute Package Description de.hybris.platform.audit.internal.config -
-
Uses of VirtualAttribute in de.hybris.platform.audit.internal.config
Fields in de.hybris.platform.audit.internal.config with type parameters of type VirtualAttribute Modifier and Type Field Description protected java.util.List<VirtualAttribute>VirtualAttributes. attributesMethods in de.hybris.platform.audit.internal.config that return VirtualAttribute Modifier and Type Method Description VirtualAttributeVirtualAttribute.Builder. build()Methods in de.hybris.platform.audit.internal.config that return types with arguments of type VirtualAttribute Modifier and Type Method Description java.util.List<VirtualAttribute>Type. getAllVirtualAttributes()java.util.List<VirtualAttribute>VirtualAttributes. getAttributes()java.util.List<VirtualAttribute>Type. getVirtualAttributes()Methods in de.hybris.platform.audit.internal.config with parameters of type VirtualAttribute Modifier and Type Method Description Type.BuilderType.Builder. withVirtualAttributes(VirtualAttribute... attributes)Method parameters in de.hybris.platform.audit.internal.config with type arguments of type VirtualAttribute Modifier and Type Method Description Type.BuilderType.Builder. withVirtualAttributesToAppend(java.util.List<VirtualAttribute> attributes)Constructor parameters in de.hybris.platform.audit.internal.config with type arguments of type VirtualAttribute Constructor Description VirtualAttributes(java.util.List<VirtualAttribute> attributes)
-