Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIKeyDTO
-
Packages that use APIKeyDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIKeyDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIKeyDTO Modifier and Type Method Description APIKeyDTOApIsApi. generateInternalAPIKey(String apiId)Generate internal API Key to invoke APIS.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIKeyDTO Modifier and Type Method Description ApiResponse<APIKeyDTO>ApIsApi. generateInternalAPIKeyWithHttpInfo(String apiId)Generate internal API Key to invoke APIS.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIKeyDTO Modifier and Type Method Description okhttp3.CallApIsApi. generateInternalAPIKeyAsync(String apiId, ApiCallback<APIKeyDTO> _callback)Generate internal API Key to invoke APIS. -
Uses of APIKeyDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIKeyDTO Modifier and Type Method Description APIKeyDTOAPIKeyDTO. apikey(String apikey)APIKeyDTOAPIKeyDTO. validityTime(Integer validityTime)
-