Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ApplicationInfoDTO
-
Packages that use ApplicationInfoDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ApplicationInfoDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return ApplicationInfoDTO Modifier and Type Method Description ApplicationInfoDTOApplicationIndividualApi. applicationsImportPost(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update)Import an Application This operation can be used to import an application.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type ApplicationInfoDTO Modifier and Type Method Description ApiResponse<ApplicationInfoDTO>ApplicationIndividualApi. applicationsImportPostWithHttpInfo(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update)Import an Application This operation can be used to import an application.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type ApplicationInfoDTO Modifier and Type Method Description okhttp3.CallApplicationIndividualApi. applicationsImportPostAsync(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ApiCallback<ApplicationInfoDTO> _callback)Import an Application (asynchronously) This operation can be used to import an application. -
Uses of ApplicationInfoDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ApplicationInfoDTO Modifier and Type Method Description ApplicationInfoDTOApplicationInfoDTO. applicationId(String applicationId)ApplicationInfoDTOApplicationInfoDTO. attributes(Object attributes)ApplicationInfoDTOApplicationInfoDTO. description(String description)ApplicationInfoDTOSubscriptionDTO. getApplicationInfo()Get applicationInfoApplicationInfoDTOApplicationInfoDTO. groups(List<String> groups)ApplicationInfoDTOApplicationInfoDTO. name(String name)ApplicationInfoDTOApplicationInfoDTO. owner(String owner)ApplicationInfoDTOApplicationInfoDTO. status(String status)ApplicationInfoDTOApplicationInfoDTO. subscriptionCount(Integer subscriptionCount)ApplicationInfoDTOApplicationInfoDTO. throttlingPolicy(String throttlingPolicy)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type ApplicationInfoDTO Modifier and Type Method Description List<ApplicationInfoDTO>ApplicationListDTO. getList()Get listMethods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type ApplicationInfoDTO Modifier and Type Method Description SubscriptionDTOSubscriptionDTO. applicationInfo(ApplicationInfoDTO applicationInfo)voidSubscriptionDTO. setApplicationInfo(ApplicationInfoDTO applicationInfo)Method parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type ApplicationInfoDTO Modifier and Type Method Description ApplicationListDTOApplicationListDTO. list(List<ApplicationInfoDTO> list)voidApplicationListDTO. setList(List<ApplicationInfoDTO> list)
-