Interface FluentAuditableRestAction<T,R extends FluentAuditableRestAction<T,R>>

Type Parameters:
T - The result type of the AuditableRestAction
R - The concrete AuditableRestAction type used for chaining (fluent interface)
All Superinterfaces:
AuditableRestAction<T>, RestAction<T>
All Known Subinterfaces:
ChannelAction<T>, ScheduledEventAction, ThreadChannelAction

public interface FluentAuditableRestAction<T,R extends FluentAuditableRestAction<T,R>> extends AuditableRestAction<T>
Interface used to mixin the customization parameters for AuditableRestActions.
This simply fixes the return types to be the concrete implementation instead of the base interface.