Interface QueryCapabilityResponse


public interface QueryCapabilityResponse
An CapabilityResponse contains the identity of the recipient for which will be perform a capability lookup.
  • Method Details

    • getAppId

      String getAppId()
      The ID of the app to use for capability lookup.
      Returns:
      appId
    • getRecipient

      Recipient getRecipient()
      Get recipient
      Returns:
      recipient
    • getRequestId

      String getRequestId()
      ID for the asynchronous response, will be generated if not set.
      Returns:
      requestId
    • builder

      Getting builder
      Returns:
      New Builder instance