Uses of Class
org.openapitools.client.model.ApiKeyDTO
-
Packages that use ApiKeyDTO Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of ApiKeyDTO in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type ApiKeyDTO Modifier and Type Method Description List<ApiKeyDTO>UserApi. deleteUserApiKey(DeleteUserApiKeyRequest deleteUserApiKeyRequest)Delete User Api Key Delete User Api Key Delete an api key for the auth'ed user.ApiResponse<List<ApiKeyDTO>>UserApi. deleteUserApiKeyWithHttpInfo(@NotNull DeleteUserApiKeyRequest deleteUserApiKeyRequest)Delete User Api Key Delete User Api Key Delete an api key for the auth'ed user.Method parameters in org.openapitools.client.api with type arguments of type ApiKeyDTO Modifier and Type Method Description okhttp3.CallUserApi. deleteUserApiKeyAsync(DeleteUserApiKeyRequest deleteUserApiKeyRequest, ApiCallback<List<ApiKeyDTO>> _callback)Delete User Api Key (asynchronously) Delete User Api Key Delete an api key for the auth'ed user. -
Uses of ApiKeyDTO in org.openapitools.client.model
Methods in org.openapitools.client.model that return ApiKeyDTO Modifier and Type Method Description ApiKeyDTOApiKeyDTO. createdAt(OffsetDateTime createdAt)static ApiKeyDTOApiKeyDTO. fromJson(String jsonString)Create an instance of ApiKeyDTO given an JSON stringApiKeyDTOApiKeyDTO. id(UUID id)ApiKeyDTOApiKeyDTO. name(String name)ApiKeyDTOApiKeyDTO. role(Integer role)ApiKeyDTOApiKeyDTO. updatedAt(OffsetDateTime updatedAt)ApiKeyDTOApiKeyDTO. userId(UUID userId)
-