Uses of Class
de.hybris.platform.ldap.impex.ImpExEntry.HeaderMode
-
Packages that use ImpExEntry.HeaderMode Package Description de.hybris.platform.ldap.impex -
-
Uses of ImpExEntry.HeaderMode in de.hybris.platform.ldap.impex
Methods in de.hybris.platform.ldap.impex that return ImpExEntry.HeaderMode Modifier and Type Method Description ImpExEntry.HeaderModeImpExEntry. getMode()static ImpExEntry.HeaderModeImpExEntry.HeaderMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImpExEntry.HeaderMode[]ImpExEntry.HeaderMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.ldap.impex with parameters of type ImpExEntry.HeaderMode Modifier and Type Method Description voidImpExEntry. setMode(ImpExEntry.HeaderMode mode)Constructors in de.hybris.platform.ldap.impex with parameters of type ImpExEntry.HeaderMode Constructor Description ImpExEntry(ImpExEntry.HeaderMode mode)ImpExEntry(ImpExEntry.HeaderMode mode, java.lang.String type)
-