| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
SubscriberInfoDTO |
SubscriberApi.getSubscriberInfoBySubscriptionId(String subscriptionId)
Get Details of a Subscriber
This operation can be used to get details of a user who subscribed to the API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SubscriberInfoDTO> |
SubscriberApi.getSubscriberInfoBySubscriptionIdWithHttpInfo(String subscriptionId)
Get Details of a Subscriber
This operation can be used to get details of a user who subscribed to the API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SubscriberApi.getSubscriberInfoBySubscriptionIdAsync(String subscriptionId,
ApiCallback<SubscriberInfoDTO> _callback)
Get Details of a Subscriber (asynchronously)
This operation can be used to get details of a user who subscribed to the API.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriberInfoDTO |
SubscriberInfoDTO.claims(List<ClaimDTO> claims) |
SubscriberInfoDTO |
SubscriberInfoDTO.name(String name) |
Copyright © 2021 WSO2 Inc. All rights reserved.