Interface EventDestinationResponse


public interface EventDestinationResponse
Response message containing the callbacks configuration for a specific project.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    The HMAC secret used for hashing the callback body using the HMAC-SHA1 algorithm - and for creating the X-Sinch-Signature header.
    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 the X-Sinch-Signature header.
      Returns:
      hmacSecret
    • builder

      Getting builder
      Returns:
      New Builder instance