Enum Class SaWsGroupKind

java.lang.Object
java.lang.Enum<SaWsGroupKind>
com.saperion.ws.wrapper.SaWsGroupKind
All Implemented Interfaces:
Serializable, Comparable<SaWsGroupKind>, Constable

public enum SaWsGroupKind extends Enum<SaWsGroupKind>
The Enum SaWsGroupKind.
  • Enum Constant Details

    • GROUP

      public static final SaWsGroupKind GROUP
      The GROUP.
    • ORGUNIT

      public static final SaWsGroupKind ORGUNIT
      The ORGUNIT.
    • ROLECLASS

      public static final SaWsGroupKind ROLECLASS
      The ROLECLASS.
    • ROLE

      public static final SaWsGroupKind ROLE
      The ROLE.
    • USER

      public static final SaWsGroupKind USER
      The USER.
    • UNDEFINED

      public static final SaWsGroupKind UNDEFINED
      The UNDEFINED.
    • DISTRIBUTIONLIST

      public static final SaWsGroupKind DISTRIBUTIONLIST
      The DISTRIBUTIONLIST.
  • Method Details

    • values

      public static SaWsGroupKind[] 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 SaWsGroupKind 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
    • fromBackend

      public static SaWsGroupKind fromBackend(com.saperion.intf.SaUserInfo.GroupKind type)
      From backend.
      Parameters:
      type - the type
      Returns:
      the sa ws group kind