Class Algorithm

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Algorithm>
com.microsoft.azure.management.cdn.Algorithm

public final class Algorithm extends com.microsoft.rest.ExpandableStringEnum<Algorithm>
Defines values for Algorithm.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Algorithm
    Static value SHA256 for Algorithm.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Algorithm
    Creates or finds a Algorithm from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

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

    • SHA256

      public static final Algorithm SHA256
      Static value SHA256 for Algorithm.
  • Constructor Details

    • Algorithm

      public Algorithm()
  • Method Details

    • fromString

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

      public static Collection<Algorithm> values()
      Returns:
      known Algorithm values