Interface QueryCapabilityRequest
public interface QueryCapabilityRequest
QueryCapabilityRequest
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
-
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. Currently this field is not used for idempotency.- Returns:
- requestId
-
builder
Getting builder- Returns:
- New Builder instance
-