java.lang.Object
com.azure.core.util.ExpandableStringEnum<RepoType>
com.azure.resourcemanager.securityinsights.models.RepoType

public final class RepoType extends com.azure.core.util.ExpandableStringEnum<RepoType>
The type of repository.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RepoType
    Static value DevOps for RepoType.
    static final RepoType
    Static value Github for RepoType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • GITHUB

      public static final RepoType GITHUB
      Static value Github for RepoType.
    • DEV_OPS

      public static final RepoType DEV_OPS
      Static value DevOps for RepoType.
  • Constructor Details

    • RepoType

      public RepoType()
  • Method Details

    • fromString

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

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