Interface RoleAction

All Superinterfaces:
AuditableRestAction<Role>, RestAction<Role>

public interface RoleAction extends AuditableRestAction<Role>
Extension of RestAction specifically designed to create a Role. This extension allows setting properties before executing the action.
Since:
3.0
See Also: