Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.SubscriptionDTO
-
Packages that use SubscriptionDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of SubscriptionDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return SubscriptionDTO Modifier and Type Method Description SubscriptionDTOSubscriptionsApi. subscriptionsPost(SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Add a New Subscription This operation can be used to add a new subscription providing the id of the API and the application.SubscriptionDTOSubscriptionsApi. subscriptionsSubscriptionIdGet(String subscriptionId, String ifNoneMatch)Get Details of a Subscription This operation can be used to get details of a single subscription.SubscriptionDTOSubscriptionsApi. subscriptionsSubscriptionIdPut(String subscriptionId, SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Update Existing Subscription This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type SubscriptionDTO Modifier and Type Method Description List<SubscriptionDTO>SubscriptionsApi. subscriptionsMultiplePost(List<SubscriptionDTO> subscriptionDTO, String xWSO2Tenant)Add New Subscriptions This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.ApiResponse<List<SubscriptionDTO>>SubscriptionsApi. subscriptionsMultiplePostWithHttpInfo(List<SubscriptionDTO> subscriptionDTO, String xWSO2Tenant)Add New Subscriptions This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.ApiResponse<SubscriptionDTO>SubscriptionsApi. subscriptionsPostWithHttpInfo(SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Add a New Subscription This operation can be used to add a new subscription providing the id of the API and the application.ApiResponse<SubscriptionDTO>SubscriptionsApi. subscriptionsSubscriptionIdGetWithHttpInfo(String subscriptionId, String ifNoneMatch)Get Details of a Subscription This operation can be used to get details of a single subscription.ApiResponse<SubscriptionDTO>SubscriptionsApi. subscriptionsSubscriptionIdPutWithHttpInfo(String subscriptionId, SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Update Existing Subscription This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type SubscriptionDTO Modifier and Type Method Description SubscriptionDTOSubscriptionsApi. subscriptionsPost(SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Add a New Subscription This operation can be used to add a new subscription providing the id of the API and the application.okhttp3.CallSubscriptionsApi. subscriptionsPostAsync(SubscriptionDTO subscriptionDTO, String xWSO2Tenant, ApiCallback<SubscriptionDTO> _callback)Add a New Subscription (asynchronously) This operation can be used to add a new subscription providing the id of the API and the application.okhttp3.CallSubscriptionsApi. subscriptionsPostCall(SubscriptionDTO subscriptionDTO, String xWSO2Tenant, ApiCallback _callback)Build call for subscriptionsPostApiResponse<SubscriptionDTO>SubscriptionsApi. subscriptionsPostWithHttpInfo(SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Add a New Subscription This operation can be used to add a new subscription providing the id of the API and the application.SubscriptionDTOSubscriptionsApi. subscriptionsSubscriptionIdPut(String subscriptionId, SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Update Existing Subscription This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.okhttp3.CallSubscriptionsApi. subscriptionsSubscriptionIdPutAsync(String subscriptionId, SubscriptionDTO subscriptionDTO, String xWSO2Tenant, ApiCallback<SubscriptionDTO> _callback)Update Existing Subscription (asynchronously) This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.okhttp3.CallSubscriptionsApi. subscriptionsSubscriptionIdPutCall(String subscriptionId, SubscriptionDTO subscriptionDTO, String xWSO2Tenant, ApiCallback _callback)Build call for subscriptionsSubscriptionIdPutApiResponse<SubscriptionDTO>SubscriptionsApi. subscriptionsSubscriptionIdPutWithHttpInfo(String subscriptionId, SubscriptionDTO subscriptionDTO, String xWSO2Tenant)Update Existing Subscription This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type SubscriptionDTO Modifier and Type Method Description List<SubscriptionDTO>SubscriptionsApi. subscriptionsMultiplePost(List<SubscriptionDTO> subscriptionDTO, String xWSO2Tenant)Add New Subscriptions This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.okhttp3.CallSubscriptionsApi. subscriptionsMultiplePostAsync(List<SubscriptionDTO> subscriptionDTO, String xWSO2Tenant, ApiCallback<List<SubscriptionDTO>> _callback)Add New Subscriptions (asynchronously) This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.okhttp3.CallSubscriptionsApi. subscriptionsMultiplePostAsync(List<SubscriptionDTO> subscriptionDTO, String xWSO2Tenant, ApiCallback<List<SubscriptionDTO>> _callback)Add New Subscriptions (asynchronously) This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.okhttp3.CallSubscriptionsApi. subscriptionsMultiplePostCall(List<SubscriptionDTO> subscriptionDTO, String xWSO2Tenant, ApiCallback _callback)Build call for subscriptionsMultiplePostApiResponse<List<SubscriptionDTO>>SubscriptionsApi. subscriptionsMultiplePostWithHttpInfo(List<SubscriptionDTO> subscriptionDTO, String xWSO2Tenant)Add New Subscriptions This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.okhttp3.CallSubscriptionsApi. subscriptionsPostAsync(SubscriptionDTO subscriptionDTO, String xWSO2Tenant, ApiCallback<SubscriptionDTO> _callback)Add a New Subscription (asynchronously) This operation can be used to add a new subscription providing the id of the API and the application.okhttp3.CallSubscriptionsApi. subscriptionsSubscriptionIdGetAsync(String subscriptionId, String ifNoneMatch, ApiCallback<SubscriptionDTO> _callback)Get Details of a Subscription (asynchronously) This operation can be used to get details of a single subscription.okhttp3.CallSubscriptionsApi. subscriptionsSubscriptionIdPutAsync(String subscriptionId, SubscriptionDTO subscriptionDTO, String xWSO2Tenant, ApiCallback<SubscriptionDTO> _callback)Update Existing Subscription (asynchronously) This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier. -
Uses of SubscriptionDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return SubscriptionDTO Modifier and Type Method Description SubscriptionDTOSubscriptionDTO. apiId(String apiId)SubscriptionDTOSubscriptionDTO. apiInfo(APIInfoDTO apiInfo)SubscriptionDTOSubscriptionDTO. applicationId(String applicationId)SubscriptionDTOSubscriptionDTO. applicationInfo(ApplicationInfoDTO applicationInfo)SubscriptionDTOSubscriptionDTO. redirectionParams(String redirectionParams)SubscriptionDTOSubscriptionDTO. requestedThrottlingPolicy(String requestedThrottlingPolicy)SubscriptionDTOSubscriptionDTO. status(SubscriptionDTO.StatusEnum status)SubscriptionDTOSubscriptionDTO. subscriptionId(String subscriptionId)SubscriptionDTOSubscriptionDTO. throttlingPolicy(String throttlingPolicy)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type SubscriptionDTO Modifier and Type Method Description List<SubscriptionDTO>SubscriptionListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type SubscriptionDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionListDTO. list(List<SubscriptionDTO> list)voidSubscriptionListDTO. setList(List<SubscriptionDTO> list)
-