Class CategoryOrderActionImpl
java.lang.Object
net.dv8tion.jda.internal.requests.RestActionImpl<Void>
net.dv8tion.jda.internal.requests.restaction.order.OrderActionImpl<GuildChannel,ChannelOrderAction>
net.dv8tion.jda.internal.requests.restaction.order.ChannelOrderActionImpl
net.dv8tion.jda.internal.requests.restaction.order.CategoryOrderActionImpl
- All Implemented Interfaces:
RestAction<Void>
,CategoryOrderAction
,ChannelOrderAction
,OrderAction<GuildChannel,
ChannelOrderAction>
-
Field Summary
Fields inherited from class net.dv8tion.jda.internal.requests.RestActionImpl
LOG
-
Constructor Summary
ConstructorsConstructorDescriptionCategoryOrderActionImpl
(Category category, int bucket) Creates a new CategoryOrderAction for the specifiedCategory
-
Method Summary
Methods inherited from class net.dv8tion.jda.internal.requests.restaction.order.ChannelOrderActionImpl
getGuild, getSortBucket, setCategory
Methods inherited from class net.dv8tion.jda.internal.requests.restaction.order.OrderActionImpl
deadline, getCurrentOrder, getSelectedEntity, getSelectedPosition, isAscendingOrder, moveAbove, moveBelow, moveDown, moveTo, moveUp, reverseOrder, selectPosition, selectPosition, setCheck, shuffleOrder, sortOrder, swapPosition, swapPosition, timeout
Methods inherited from class net.dv8tion.jda.internal.requests.RestActionImpl
complete, getCheck, getDefaultFailure, getDefaultSuccess, getDefaultTimeout, getJDA, handleResponse, isPassContext, priority, queue, setDefaultFailure, setDefaultSuccess, setDefaultTimeout, setErrorMapper, setPassContext, submit
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.dv8tion.jda.api.requests.restaction.order.ChannelOrderAction
getChannelTypes, getGuild, getSortBucket, setCategory, setCategory
Methods inherited from interface net.dv8tion.jda.api.requests.restaction.order.OrderAction
deadline, getCurrentOrder, getSelectedEntity, getSelectedPosition, isAscendingOrder, moveAbove, moveBelow, moveDown, moveTo, moveUp, reverseOrder, selectPosition, selectPosition, setCheck, shuffleOrder, sortOrder, swapPosition, swapPosition, timeout
Methods inherited from interface net.dv8tion.jda.api.requests.RestAction
addCheck, and, and, complete, complete, completeAfter, delay, delay, delay, delay, flatMap, flatMap, getCheck, getJDA, map, mapToResult, onErrorFlatMap, onErrorFlatMap, onErrorMap, onErrorMap, onSuccess, queue, queue, queue, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, submit, submit, submitAfter, submitAfter, zip
-
Constructor Details
-
Method Details
-
getCategory
Description copied from interface:CategoryOrderAction
Gets theCategory
controlled by this CategoryOrderAction.- Specified by:
getCategory
in interfaceCategoryOrderAction
- Returns:
- The
Category
of this CategoryOrderAction.
-