Enum Class Service.Ty

java.lang.Object
java.lang.Enum<Service.Ty>
dev.restate.sdk.core.manifest.Service.Ty
All Implemented Interfaces:
Serializable, Comparable<Service.Ty>, Constable
Enclosing class:
Service

@Generated("jsonschema2pojo") public static enum Service.Ty extends Enum<Service.Ty>
ServiceType

  • Enum Constant Details

    • VIRTUAL_OBJECT

      public static final Service.Ty VIRTUAL_OBJECT
    • SERVICE

      public static final Service.Ty SERVICE
    • WORKFLOW

      public static final Service.Ty WORKFLOW
  • Method Details

    • values

      public static Service.Ty[] 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 Service.Ty 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Service.Ty>
    • value

      public String value()
    • fromValue

      public static Service.Ty fromValue(String value)