Enum Class ServiceFulfillmentStatus

java.lang.Object
java.lang.Enum<ServiceFulfillmentStatus>
com.uc4.api.servicefulfillment.ServiceFulfillmentStatus
All Implemented Interfaces:
Serializable, Comparable<ServiceFulfillmentStatus>, Constable

public enum ServiceFulfillmentStatus extends Enum<ServiceFulfillmentStatus>
This class contains information about the service fulfillment status.
  • Enum Constant Details

  • Method Details

    • values

      public static ServiceFulfillmentStatus[] values()
      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 ServiceFulfillmentStatus valueOf(String name)
      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
    • getMessageNumber

      public int getMessageNumber()
      Returns the number of this message.
      Returns:
      number
    • convertFromNumber

      public static ServiceFulfillmentStatus convertFromNumber(int number)
      Returns the status from a number
      Parameters:
      number - status number
      Returns:
      ServiceFulfillmentStatus or null