All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.internet2.middleware.grouper.ws.rest.attribute.WsAssignAttributeDefActionsStatus Maven / Gradle / Ivy

There is a newer version: 5.13.5
Show newest version
/**
 * 
 */
package edu.internet2.middleware.grouper.ws.rest.attribute;

/**
 * @author vsachdeva
 * 
 */
public enum WsAssignAttributeDefActionsStatus {

  /** Added action to attribute def**/
  ADDED,

  /** Deleted action from attribute def **/
  DELETED,

  /** action not found in attribute def while deleting, replacing**/
  NOT_FOUND,

  /** action is already assigned **/
  ASSIGNED_ALREADY

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy