Uses of Class
de.hybris.platform.audit.internal.config.AtomicAttribute
-
Packages that use AtomicAttribute Package Description de.hybris.platform.audit.internal.config -
-
Uses of AtomicAttribute in de.hybris.platform.audit.internal.config
Fields in de.hybris.platform.audit.internal.config with type parameters of type AtomicAttribute Modifier and Type Field Description protected java.util.List<AtomicAttribute>AtomicAttributes. attributesMethods in de.hybris.platform.audit.internal.config that return AtomicAttribute Modifier and Type Method Description AtomicAttributeAtomicAttribute.Builder. build()Methods in de.hybris.platform.audit.internal.config that return types with arguments of type AtomicAttribute Modifier and Type Method Description java.util.List<AtomicAttribute>Type. getAllAtomicAttributes()java.util.List<AtomicAttribute>Type. getAtomicAttributes()java.util.List<AtomicAttribute>AtomicAttributes. getAttributes()Methods in de.hybris.platform.audit.internal.config with parameters of type AtomicAttribute Modifier and Type Method Description Type.BuilderType.Builder. withAtomicAttributes(AtomicAttribute... attributes)Method parameters in de.hybris.platform.audit.internal.config with type arguments of type AtomicAttribute Modifier and Type Method Description Type.BuilderType.Builder. withAtomicAttributesToAppend(java.util.List<AtomicAttribute> attributes)Constructor parameters in de.hybris.platform.audit.internal.config with type arguments of type AtomicAttribute Constructor Description AtomicAttributes(java.util.List<AtomicAttribute> attributes)
-