Enum Class PolicyAccess

java.lang.Object
java.lang.Enum<PolicyAccess>
co.ecg.alpaca.toolkit.generated.enums.PolicyAccess
All Implemented Interfaces:
Serializable, Comparable<PolicyAccess>, Constable

public enum PolicyAccess extends Enum<PolicyAccess>
Possible values for administrative access policy settings.
Author:
AlpacaGenerator
  • Enum Constant Details

    • FULL

      public static final PolicyAccess FULL
    • RESTRICTEDFULLPROFILE

      public static final PolicyAccess RESTRICTEDFULLPROFILE
    • RESTRICTED

      public static final PolicyAccess RESTRICTED
    • RESTRICTEDNOAUTHORIZE

      public static final PolicyAccess RESTRICTEDNOAUTHORIZE
    • RESTRICTEDNOUSERASSOCIATION

      public static final PolicyAccess RESTRICTEDNOUSERASSOCIATION
    • RESTRICTEDREADPROFILE

      public static final PolicyAccess RESTRICTEDREADPROFILE
    • RESTRICTEDNOPROFILE

      public static final PolicyAccess RESTRICTEDNOPROFILE
    • RESTRICTEDNOGROUP

      public static final PolicyAccess RESTRICTEDNOGROUP
    • RESTRICTEDFULLRESOURCE

      public static final PolicyAccess RESTRICTEDFULLRESOURCE
    • RESTRICTEDREADRESOURCE

      public static final PolicyAccess RESTRICTEDREADRESOURCE
    • NONE

      public static final PolicyAccess NONE
  • Method Details

    • values

      public static PolicyAccess[] 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 PolicyAccess 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
    • value

      public String value()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<PolicyAccess>
    • get

      public static PolicyAccess get(String value)
    • getArray

      public static PolicyAccess[] getArray(String[] values)