Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ApplicationDTO
-
Packages that use ApplicationDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ApplicationDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return ApplicationDTO Modifier and Type Method Description ApplicationDTOApplicationsApi. applicationsApplicationIdGet(String applicationId, String ifNoneMatch, String xWSO2Tenant)Get Details of an Application This operation can be used to retrieve details of an individual application specifying the application id in the URI.ApplicationDTOApplicationsApi. applicationsApplicationIdPut(String applicationId, ApplicationDTO applicationDTO, String ifMatch)Update an Application This operation can be used to update an application.ApplicationDTOApplicationsApi. applicationsPost(ApplicationDTO applicationDTO)Create a New Application This operation can be used to create a new application specifying the details of the application in the payload.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type ApplicationDTO Modifier and Type Method Description ApiResponse<ApplicationDTO>ApplicationsApi. applicationsApplicationIdGetWithHttpInfo(String applicationId, String ifNoneMatch, String xWSO2Tenant)Get Details of an Application This operation can be used to retrieve details of an individual application specifying the application id in the URI.ApiResponse<ApplicationDTO>ApplicationsApi. applicationsApplicationIdPutWithHttpInfo(String applicationId, ApplicationDTO applicationDTO, String ifMatch)Update an Application This operation can be used to update an application.ApiResponse<ApplicationDTO>ApplicationsApi. applicationsPostWithHttpInfo(ApplicationDTO applicationDTO)Create a New Application This operation can be used to create a new application specifying the details of the application in the payload.Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type ApplicationDTO Modifier and Type Method Description ApplicationDTOApplicationsApi. applicationsApplicationIdPut(String applicationId, ApplicationDTO applicationDTO, String ifMatch)Update an Application This operation can be used to update an application.okhttp3.CallApplicationsApi. applicationsApplicationIdPutAsync(String applicationId, ApplicationDTO applicationDTO, String ifMatch, ApiCallback<ApplicationDTO> _callback)Update an Application (asynchronously) This operation can be used to update an application.okhttp3.CallApplicationsApi. applicationsApplicationIdPutCall(String applicationId, ApplicationDTO applicationDTO, String ifMatch, ApiCallback _callback)Build call for applicationsApplicationIdPutApiResponse<ApplicationDTO>ApplicationsApi. applicationsApplicationIdPutWithHttpInfo(String applicationId, ApplicationDTO applicationDTO, String ifMatch)Update an Application This operation can be used to update an application.ApplicationDTOApplicationsApi. applicationsPost(ApplicationDTO applicationDTO)Create a New Application This operation can be used to create a new application specifying the details of the application in the payload.okhttp3.CallApplicationsApi. applicationsPostAsync(ApplicationDTO applicationDTO, ApiCallback<ApplicationDTO> _callback)Create a New Application (asynchronously) This operation can be used to create a new application specifying the details of the application in the payload.okhttp3.CallApplicationsApi. applicationsPostCall(ApplicationDTO applicationDTO, ApiCallback _callback)Build call for applicationsPostApiResponse<ApplicationDTO>ApplicationsApi. applicationsPostWithHttpInfo(ApplicationDTO applicationDTO)Create a New Application This operation can be used to create a new application specifying the details of the application in the payload.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type ApplicationDTO Modifier and Type Method Description okhttp3.CallApplicationsApi. applicationsApplicationIdGetAsync(String applicationId, String ifNoneMatch, String xWSO2Tenant, ApiCallback<ApplicationDTO> _callback)Get Details of an Application (asynchronously) This operation can be used to retrieve details of an individual application specifying the application id in the URI.okhttp3.CallApplicationsApi. applicationsApplicationIdPutAsync(String applicationId, ApplicationDTO applicationDTO, String ifMatch, ApiCallback<ApplicationDTO> _callback)Update an Application (asynchronously) This operation can be used to update an application.okhttp3.CallApplicationsApi. applicationsPostAsync(ApplicationDTO applicationDTO, ApiCallback<ApplicationDTO> _callback)Create a New Application (asynchronously) This operation can be used to create a new application specifying the details of the application in the payload. -
Uses of ApplicationDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ApplicationDTO Modifier and Type Method Description ApplicationDTOApplicationDTO. applicationId(String applicationId)ApplicationDTOApplicationDTO. attributes(Map<String,String> attributes)ApplicationDTOApplicationDTO. description(String description)ApplicationDTOApplicationDTO. groups(List<String> groups)ApplicationDTOApplicationDTO. hashEnabled(Boolean hashEnabled)ApplicationDTOApplicationDTO. keys(List<ApplicationKeyDTO> keys)ApplicationDTOApplicationDTO. name(String name)ApplicationDTOApplicationDTO. owner(String owner)ApplicationDTOApplicationDTO. status(String status)ApplicationDTOApplicationDTO. subscriptionCount(Integer subscriptionCount)ApplicationDTOApplicationDTO. subscriptionScopes(List<ScopeInfoDTO> subscriptionScopes)ApplicationDTOApplicationDTO. throttlingPolicy(String throttlingPolicy)ApplicationDTOApplicationDTO. tokenType(ApplicationDTO.TokenTypeEnum tokenType)
-