Interface EventDestinationResponse
public interface EventDestinationResponse
Response message containing the callbacks configuration for a specific project.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderThe HMAC secret used for hashing the callback body using the HMAC-SHA1 algorithm - and for creating theX-Sinch-Signatureheader.ID of the project the configuration belongs to.
-
Method Details
-
getProjectId
String getProjectId()ID of the project the configuration belongs to.- Returns:
- projectId
-
getHmacSecret
String getHmacSecret()The HMAC secret used for hashing the callback body using the HMAC-SHA1 algorithm - and for creating theX-Sinch-Signatureheader.- Returns:
- hmacSecret
-
builder
Getting builder- Returns:
- New Builder instance
-