Enum Class SpiProductStatusType

java.lang.Object
java.lang.Enum<SpiProductStatusType>
de.hybris.platform.subscribedproductservices.enums.SpiProductStatusType
All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue, Serializable, Comparable<SpiProductStatusType>, Constable

@Deprecated(since="2208", forRemoval=true) public enum SpiProductStatusType extends Enum<SpiProductStatusType> implements de.hybris.platform.core.HybrisEnumValue
Deprecated, for removal: This API element is subject to removal in a future version.
Generated enum SpiProductStatusType declared at extension subscribedproductservices.

Status type of a subscribed product.

  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.ABORTED declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.ACTIVE declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.CANCELLED declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.CREATED declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.PENDING_ACTIVE declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.PENDINGACTIVE declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.PENDINGTERMINATE declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.SUSPENDED declared at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated enum value for SpiProductStatusType.TERMINATED declared at extension subscribedproductservices.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated model type code constant.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated simple class name constant.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the code of this enum value.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the type this enum value belongs to.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • CREATED

      public static final SpiProductStatusType CREATED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.CREATED declared at extension subscribedproductservices.
    • CANCELLED

      public static final SpiProductStatusType CANCELLED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.CANCELLED declared at extension subscribedproductservices.
    • PENDING_ACTIVE

      public static final SpiProductStatusType PENDING_ACTIVE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.PENDING_ACTIVE declared at extension subscribedproductservices.

      Deprecated since 2111.

    • PENDINGACTIVE

      public static final SpiProductStatusType PENDINGACTIVE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.PENDINGACTIVE declared at extension subscribedproductservices.
    • ACTIVE

      public static final SpiProductStatusType ACTIVE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.ACTIVE declared at extension subscribedproductservices.
    • PENDINGTERMINATE

      public static final SpiProductStatusType PENDINGTERMINATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.PENDINGTERMINATE declared at extension subscribedproductservices.
    • TERMINATED

      public static final SpiProductStatusType TERMINATED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.TERMINATED declared at extension subscribedproductservices.
    • SUSPENDED

      public static final SpiProductStatusType SUSPENDED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.SUSPENDED declared at extension subscribedproductservices.
    • ABORTED

      public static final SpiProductStatusType ABORTED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated enum value for SpiProductStatusType.ABORTED declared at extension subscribedproductservices.
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
    • SIMPLE_CLASSNAME

      public static final String SIMPLE_CLASSNAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated simple class name constant.
      See Also:
  • Method Details

    • values

      public static SpiProductStatusType[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SpiProductStatusType valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the code of this enum value.
      Specified by:
      getCode in interface de.hybris.platform.core.HybrisEnumValue
      Returns:
      code of value
    • getType

      public String 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:
      getType in interface de.hybris.platform.core.HybrisEnumValue
      Returns:
      code of type