Uses of Class
com.hybris.cis.client.shipping.models.CisShippingServiceLevel
-
Packages that use CisShippingServiceLevel Package Description com.hybris.cis.client.shipping.models -
-
Uses of CisShippingServiceLevel in com.hybris.cis.client.shipping.models
Methods in com.hybris.cis.client.shipping.models that return CisShippingServiceLevel Modifier and Type Method Description CisShippingServiceLevelCisShippingMethod. getLevel()CisShippingServiceLevelCisShippingRateOption. getService()static CisShippingServiceLevelCisShippingServiceLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CisShippingServiceLevel[]CisShippingServiceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cis.client.shipping.models with parameters of type CisShippingServiceLevel Modifier and Type Method Description voidCisShippingMethod. setLevel(CisShippingServiceLevel level)voidCisShippingRateOption. setService(CisShippingServiceLevel service)
-