T - The Field-Type for this WebhookFieldpublic abstract class WebhookField<T> extends Field<T,WebhookManagerUpdatable>
WebhookManagerUpdatable
field.
This class is abstract and requires an implementation
for Field.checkValue(Object)
| Constructor and Description |
|---|
WebhookField(WebhookManagerUpdatable manager,
java.util.function.Supplier<T> originalValue) |
checkValue, equals, getManager, getOriginalValue, getValue, isSet, reset, setValue, shouldUpdate, toStringpublic WebhookField(WebhookManagerUpdatable manager, java.util.function.Supplier<T> originalValue)