Uses of Class
de.hybris.platform.audit.internal.config.RelationAttribute
-
Packages that use RelationAttribute Package Description de.hybris.platform.audit.internal.config -
-
Uses of RelationAttribute in de.hybris.platform.audit.internal.config
Fields in de.hybris.platform.audit.internal.config with type parameters of type RelationAttribute Modifier and Type Field Description protected java.util.List<RelationAttribute>RelationAttributes. attributesMethods in de.hybris.platform.audit.internal.config that return RelationAttribute Modifier and Type Method Description RelationAttributeRelationAttribute.Builder. build()Methods in de.hybris.platform.audit.internal.config that return types with arguments of type RelationAttribute Modifier and Type Method Description java.util.List<RelationAttribute>Type. getAllRelationAttributes()java.util.List<RelationAttribute>RelationAttributes. getAttributes()java.util.List<RelationAttribute>Type. getRelationAttributes()Methods in de.hybris.platform.audit.internal.config with parameters of type RelationAttribute Modifier and Type Method Description Type.BuilderType.Builder. withRelationAttributes(RelationAttribute... attributes)Method parameters in de.hybris.platform.audit.internal.config with type arguments of type RelationAttribute Modifier and Type Method Description Type.BuilderType.Builder. withRelationAttributesToAppend(java.util.List<RelationAttribute> attributes)Constructor parameters in de.hybris.platform.audit.internal.config with type arguments of type RelationAttribute Constructor Description RelationAttributes(java.util.List<RelationAttribute> attributes)
-