Interface CallbackConfigurationUpdateRequest
public interface CallbackConfigurationUpdateRequest
The request to update the callbacks configuration for the current project
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderThe HMAC secret to be updated for the specified project
-
Method Details
-
getHmacSecret
String getHmacSecret()The HMAC secret to be updated for the specified project- Returns:
- hmacSecret
-
builder
Getting builder- Returns:
- New Builder instance
-