Interface IJobConfigurationsUpdatable
public interface IJobConfigurationsUpdatable
Quotas configurations
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddQuote(@Nullable IJobConfiguration pQuote) Add a quotevoidRemove all custom quotesvoidremoveQuoteById(String sId) Remove a quote by its id
-
Method Details
-
removeQuoteById
Remove a quote by its id- Parameters:
sId-
-
clearCustomQuotes
void clearCustomQuotes()Remove all custom quotes -
addQuote
Add a quote- Parameters:
pQuote-
-