Class UcConsumptionSummaryLevel
java.lang.Object
de.hybris.platform.usageconsumptionservices.enums.UcConsumptionSummaryLevel
- All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue,Serializable
@Deprecated(since="2208",
forRemoval=true)
public class UcConsumptionSummaryLevel
extends Object
implements de.hybris.platform.core.HybrisEnumValue
Deprecated, for removal: This API element is subject to removal in a future version.
Generated enum UcConsumptionSummaryLevel declared at extension usageconsumptionservices.
Type of a party.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final UcConsumptionSummaryLevelDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for UcConsumptionSummaryLevel.DETAIL_BY_PRODUCT declared at extension usageconsumptionservices.static final UcConsumptionSummaryLevelDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for UcConsumptionSummaryLevel.DETAIL_BY_USER declared at extension usageconsumptionservices.static final UcConsumptionSummaryLevelDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for UcConsumptionSummaryLevel.GLOBAL declared at extension usageconsumptionservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated simple class name constant. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Compares this object to the specified object.getCode()Deprecated, for removal: This API element is subject to removal in a future version.Gets the code of this enum value.getType()Deprecated, for removal: This API element is subject to removal in a future version.Gets the type this enum value belongs to.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns a hash code for thisUcConsumptionSummaryLevel.toString()Deprecated, for removal: This API element is subject to removal in a future version.Returns the code representing this enum value.static UcConsumptionSummaryLevelDeprecated, for removal: This API element is subject to removal in a future version.Returns a UcConsumptionSummaryLevel instance representing the specified enum value.
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
SIMPLE_CLASSNAME
Deprecated, for removal: This API element is subject to removal in a future version.Generated simple class name constant.- See Also:
-
GLOBAL
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for UcConsumptionSummaryLevel.GLOBAL declared at extension usageconsumptionservices. -
DETAIL_BY_USER
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for UcConsumptionSummaryLevel.DETAIL_BY_USER declared at extension usageconsumptionservices. -
DETAIL_BY_PRODUCT
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for UcConsumptionSummaryLevel.DETAIL_BY_PRODUCT declared at extension usageconsumptionservices.
-
-
Method Details
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.Compares this object to the specified object. The result istrueif and only if the argument is notnulland is anUcConsumptionSummaryLevelobject that contains the enum valuecodeas this object. -
getCode
Deprecated, for removal: This API element is subject to removal in a future version.Gets the code of this enum value.- Specified by:
getCodein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of value
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.Gets the type this enum value belongs to.- Specified by:
getTypein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of type
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns a hash code for thisUcConsumptionSummaryLevel. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.Returns the code representing this enum value. -
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns a UcConsumptionSummaryLevel instance representing the specified enum value.- Parameters:
code- an enum value- Returns:
- a UcConsumptionSummaryLevel instance representing value.
-