Class JobType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobType>
com.azure.resourcemanager.hdinsight.containers.models.JobType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class JobType extends com.azure.core.util.ExpandableStringEnum<JobType>
Type of cluster job.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final JobType
    Static value FlinkJob for JobType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static JobType
    Creates or finds a JobType from its string representation.
    Gets known JobType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • fromString

      public static JobType fromString(String name)
      Creates or finds a JobType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding JobType.
    • values

      public static Collection<JobType> values()
      Gets known JobType values.
      Returns:
      known JobType values.