Interface RoleOrderAction

All Superinterfaces:
OrderAction<Role,RoleOrderAction>, RestAction<Void>

public interface RoleOrderAction extends OrderAction<Role,RoleOrderAction>
Implementation of OrderAction designed to modify the order of Roles of the specified Guild.
To apply the changes you must finish the RestAction

Before you can use any of the move methods you must use either selectPosition(Role) or OrderAction.selectPosition(int)!

This uses descending order!

Since:
3.0
See Also: