edu.internet2.middleware.grouper.ws.rest.attribute.WsAssignAttributeDefActionsStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grouper-ws Show documentation
Show all versions of grouper-ws Show documentation
Internet2 Groups Management WS Core
/**
*
*/
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