Enum Class WsGroupLookup.GroupFindResult

java.lang.Object
java.lang.Enum<WsGroupLookup.GroupFindResult>
edu.internet2.middleware.grouper.ws.coresoap.WsGroupLookup.GroupFindResult
All Implemented Interfaces:
Serializable, Comparable<WsGroupLookup.GroupFindResult>, Constable
Enclosing class:
WsGroupLookup

public static enum WsGroupLookup.GroupFindResult extends Enum<WsGroupLookup.GroupFindResult>
result of group find
  • Enum Constant Details

  • Method Details

    • values

      public static WsGroupLookup.GroupFindResult[] 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 WsGroupLookup.GroupFindResult 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
    • isSuccess

      public boolean isSuccess()
      if this is a successful result
      Returns:
      true if success
    • convertToGroupDeleteResultCode

      public abstract WsGroupDeleteResult.WsGroupDeleteResultCode convertToGroupDeleteResultCode()
      convert this code to a delete code
      Returns:
      the code
    • convertToGetMembersResultCode

      public abstract WsGetMembersResult.WsGetMembersResultCode convertToGetMembersResultCode()
      convert this code to a get members code
      Returns:
      the code
    • convertToGroupDeleteCodeStatic

      public static WsGroupDeleteResult.WsGroupDeleteResultCode convertToGroupDeleteCodeStatic(WsGroupLookup.GroupFindResult groupFindResult)
      null safe equivalent to convertToDeleteCode
      Parameters:
      groupFindResult - to convert
      Returns:
      the code
    • convertToGetMembersCodeStatic

      public static WsGetMembersResult.WsGetMembersResultCode convertToGetMembersCodeStatic(WsGroupLookup.GroupFindResult groupFindResult)
      null safe equivalent to convertToGetMembersResultCode
      Parameters:
      groupFindResult - to convert
      Returns:
      the code