index
int64
repo_id
string
file_path
string
content
string
0
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant/usb/IButtonCallback.java
package com.serenegiant.usb; public interface IButtonCallback { void onButton(int button, int state); }
0
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant/usb/IFrameCallback.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant/usb/IStatusCallback.java
package com.serenegiant.usb; import java.nio.ByteBuffer; public interface IStatusCallback { void onStatus(int statusClass, int event, int selector, int statusAttribute, ByteBuffer data); }
0
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant/usb/Size.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant/usb/USBMonitor.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant/usb/USBVendorId.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant
java-sources/ai/eye2you/libuvccamera/2018.10.2/com/serenegiant/usb/UVCCamera.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/IAudioEncoder.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/IVideoEncoder.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/MediaAudioEncoder.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/MediaEncoder.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/MediaMuxerWrapper.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/MediaSurfaceEncoder.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/MediaVideoBufferEncoder.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/encoder/MediaVideoEncoder.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/usbcameracommon/AbstractUVCCameraHandler.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/usbcameracommon/UVCCameraHandler.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/usbcameracommon/UVCCameraHandlerMultiSurface.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/widget/AspectRatioTextureView.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/widget/CameraViewInterface.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant
java-sources/ai/eye2you/usbCameraCommon/2018.10.2/com/serenegiant/widget/UVCCameraTextureView.java
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/ApiOptions.java
package ai.fal.client; public interface ApiOptions<O> { Object getInput(); String getHttpMethod(); Class<O> getResultType(); }
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/ClientConfig.java
package ai.fal.client; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; public class ClientConfig { private CredentialsResolver credentials; private String proxyUrl; @Nonnull public CredentialsResolver getCredentials() { return credentials; } @Nullable pub...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/CredentialsResolver.java
package ai.fal.client; import java.util.function.Supplier; public interface CredentialsResolver extends Supplier<String> { static CredentialsResolver fromApiKey(String apiKey) { return () -> apiKey; } static CredentialsResolver fromEnv() { return () -> System.getenv("FAL_KEY"); } }
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/FalClient.java
package ai.fal.client; import ai.fal.client.queue.QueueClient; import jakarta.annotation.Nonnull; /** * The main client interface for interacting with the FAL APIs. * * @see #withConfig(ClientConfig) method to create a new client instance * with the provided configuration. * @see #withEnvCredentials() method to ...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/FalClientImpl.java
package ai.fal.client; import ai.fal.client.http.ClientProxyInterceptor; import ai.fal.client.http.CredentialsInterceptor; import ai.fal.client.http.HttpClient; import ai.fal.client.queue.*; import jakarta.annotation.Nonnull; import okhttp3.OkHttpClient; public class FalClientImpl implements FalClient { private ...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/JsonInput.java
package ai.fal.client; import com.google.gson.JsonArray; import com.google.gson.JsonObject; public class JsonInput { private final JsonObject input; JsonInput(JsonObject input) { this.input = input; } public static JsonInput input() { return new JsonInput(new JsonObject()); } ...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/Output.java
package ai.fal.client; import jakarta.annotation.Nonnull; import java.util.Objects; /** * Represents the output of a request. It contains the data and the {@code requestId}. * @param <T> the type of the data in the output */ public class Output<T> { private final T data; private final String requestId; ...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/RunOptions.java
package ai.fal.client; import com.google.gson.JsonObject; import jakarta.annotation.Nonnull; import lombok.Builder; import lombok.Data; @Data @Builder public class RunOptions<O> implements ApiOptions<O> { private final Object input; private final String httpMethod; private final Class<O> resultType; ...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/SubscribeOptions.java
package ai.fal.client; import ai.fal.client.queue.QueueStatus; import com.google.gson.JsonObject; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; import java.util.function.Consumer; import lombok.Builder; import lombok.Data; @Data @Builder public class SubscribeOptions<O> implements ApiOptions<...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/exception/FalException.java
package ai.fal.client.exception; import static java.util.Objects.requireNonNull; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; public class FalException extends RuntimeException { @Nullable private final String requestId; public FalException(@Nonnull String message, @Nullable S...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/exception/FalValidationException.java
package ai.fal.client.exception; import com.google.gson.annotations.SerializedName; import jakarta.annotation.Nonnull; import java.util.List; import lombok.Data; public class FalValidationException { private final List<ValidationError> errors; public FalValidationException(List<ValidationError> errors) { ...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/http/ClientProxyInterceptor.java
package ai.fal.client.http; import ai.fal.client.ClientConfig; import jakarta.annotation.Nonnull; import java.io.IOException; import okhttp3.HttpUrl; import okhttp3.Interceptor; import okhttp3.Request; import okhttp3.Response; import org.jetbrains.annotations.NotNull; public class ClientProxyInterceptor implements In...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/http/CredentialsInterceptor.java
package ai.fal.client.http; import ai.fal.client.ClientConfig; import jakarta.annotation.Nonnull; import java.io.IOException; import okhttp3.Interceptor; import okhttp3.Response; import org.jetbrains.annotations.NotNull; public class CredentialsInterceptor implements Interceptor { private final ClientConfig conf...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/http/HttpClient.java
package ai.fal.client.http; import ai.fal.client.ApiOptions; import ai.fal.client.ClientConfig; import ai.fal.client.Output; import ai.fal.client.exception.FalException; import com.google.gson.Gson; import com.google.gson.JsonElement; import jakarta.annotation.Nonnull; import java.io.IOException; import java.util.Coll...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/queue/QueueClient.java
package ai.fal.client.queue; import ai.fal.client.Output; import jakarta.annotation.Nonnull; /** A client for interacting with the queue endpoints. */ public interface QueueClient { /** * Submit a payload to an endpoint's queue. * * @param endpointId the endpoint to submit to (e.g. `fal-ai/fast-sd...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/queue/QueueClientImpl.java
package ai.fal.client.queue; import ai.fal.client.Output; import ai.fal.client.exception.FalException; import ai.fal.client.http.HttpClient; import ai.fal.client.queue.QueueStatus.Completed; import ai.fal.client.util.EndpointId; import com.google.gson.JsonObject; import jakarta.annotation.Nonnull; import jakarta.annot...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/queue/QueueResultOptions.java
package ai.fal.client.queue; import ai.fal.client.ApiOptions; import com.google.gson.JsonNull; import com.google.gson.JsonObject; import jakarta.annotation.Nonnull; import lombok.Builder; import lombok.Data; @Data @Builder public class QueueResultOptions<O> implements ApiOptions<O> { @Nonnull private final S...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/queue/QueueStatus.java
package ai.fal.client.queue; import ai.fal.client.type.RequestLog; import com.google.gson.JsonObject; import com.google.gson.annotations.SerializedName; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; import java.util.List; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArg...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/queue/QueueStatusOptions.java
package ai.fal.client.queue; import ai.fal.client.ApiOptions; import com.google.gson.JsonNull; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; import lombok.Builder; import lombok.Data; @Data @Builder public class QueueStatusOptions implements ApiOptions<QueueStatus> { @Nonnull private...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/queue/QueueSubmitOptions.java
package ai.fal.client.queue; import ai.fal.client.ApiOptions; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; import lombok.Builder; import lombok.Data; @Data @Builder public class QueueSubmitOptions implements ApiOptions<QueueStatus.InQueue> { @Nonnull private final Object input; ...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/queue/QueueSubscribeOptions.java
package ai.fal.client.queue; import ai.fal.client.ApiOptions; import com.google.gson.JsonNull; import java.util.function.Consumer; import lombok.Builder; import lombok.Data; @Data @Builder public class QueueSubscribeOptions implements ApiOptions<QueueStatus.Completed> { private final JsonNull input = JsonNull.IN...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/type/RequestLog.java
package ai.fal.client.type; import jakarta.annotation.Nonnull; import lombok.Data; @Data public class RequestLog { public enum Level { STDERR, STDOUT, ERROR, INFO, WARN, DEBUG } @Nonnull private final String message; @Nonnull private final Stri...
0
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client/0.7.1/ai/fal/client/util/EndpointId.java
package ai.fal.client.util; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; import java.util.Arrays; import java.util.List; public class EndpointId { private static final List<String> RESERVED_NAMESPACES = Arrays.asList("workflows", "comfy"); private final String appOwner; privat...
0
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal/client/AsyncFalClient.java
package ai.fal.client; import ai.fal.client.queue.AsyncQueueClient; import jakarta.annotation.Nonnull; import java.util.concurrent.CompletableFuture; public interface AsyncFalClient { <O> CompletableFuture<Output<O>> run(String endpointId, RunOptions<O> options); <O> CompletableFuture<Output<O>> subscribe(S...
0
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal/client/AsyncFalClientImpl.java
package ai.fal.client; import ai.fal.client.http.ClientProxyInterceptor; import ai.fal.client.http.CredentialsInterceptor; import ai.fal.client.http.HttpClient; import ai.fal.client.queue.*; import java.util.concurrent.CompletableFuture; import okhttp3.OkHttpClient; public class AsyncFalClientImpl implements AsyncFal...
0
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal/client/queue/AsyncQueueClient.java
package ai.fal.client.queue; import ai.fal.client.Output; import jakarta.annotation.Nonnull; import java.util.concurrent.CompletableFuture; public interface AsyncQueueClient { @Nonnull CompletableFuture<QueueStatus.InQueue> submit(String endpointId, QueueSubmitOptions options); @Nonnull CompletableF...
0
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal/client
java-sources/ai/fal/client/fal-client-async/0.7.1/ai/fal/client/queue/AsyncQueueClientImpl.java
package ai.fal.client.queue; import ai.fal.client.Output; import ai.fal.client.exception.FalException; import ai.fal.client.http.HttpClient; import ai.fal.client.util.EndpointId; import com.google.gson.JsonObject; import jakarta.annotation.Nonnull; import jakarta.annotation.Nullable; import java.util.HashMap; import j...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/api/SignalsApi.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/api/VerifyApi.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ApiCallback.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ApiClient.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ApiException.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ApiResponse.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/Configuration.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/GzipRequestInterceptor.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/JSON.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/Pair.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ProgressRequestBody.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ProgressResponseBody.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ServerConfiguration.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/ServerVariable.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/StringUtil.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/auth/ApiKeyAuth.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/auth/Authentication.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/auth/HttpBasicAuth.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/client/auth/HttpBearerAuth.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/AbstractOpenApiSchema.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Alias.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Demographics.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Economic.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Education.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/EducationDate.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Email.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Employment.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/EmploymentDate.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Evidence.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/IPCountry.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/IpAddress.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Location.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/LocationReq.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/LocationType.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/MultiFieldReq.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/MultiFieldReqWithOptions.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Name.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/NameWithAlias.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/PersonNameReq.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Phone.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/Photo.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/ScoreDetails.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/SignalsPost200Response.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/SignalsResponseV0.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/SignalsResponseV20240424.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/SocialProfileDetails.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/SocialProfileReq.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/SocialProfileUrls.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/fideo/client-java/1.0.4/ai/fideo
java-sources/ai/fideo/client-java/1.0.4/ai/fideo/model/VerifyResponse.java
/* * Fideo API * Fideo Intelligence offers an identity intelligence product that protects the public good. - [Fideo Privacy Policy](https://www.fideo.ai/privacy-policy/) * * The version of the OpenAPI document: 1.0.4 * Contact: support@fideo.ai * * NOTE: This class is auto generated by OpenAPI Generator (https:/...
0
java-sources/ai/floom/java-sdk/1.0.0/ai
java-sources/ai/floom/java-sdk/1.0.0/ai/floom/FloomClient.java
package ai.floom; import ai.floom.request.FloomRequest; import ai.floom.response.FloomResponse; import java.net.URI; import java.net.http.HttpClient; import java.net.http.HttpRequest; import java.net.http.HttpResponse; import java.time.Duration; import java.util.Map; import java.util.concurrent.CompletableFuture; i...
0
java-sources/ai/floom/java-sdk/1.0.0/ai/floom
java-sources/ai/floom/java-sdk/1.0.0/ai/floom/request/FloomRequest.java
package ai.floom.request; import lombok.Data; import java.util.Map; @Data public class FloomRequest { private String pipelineId; private String chatId; private String input; private Map<String, String> variables; }
0
java-sources/ai/floom/java-sdk/1.0.0/ai/floom
java-sources/ai/floom/java-sdk/1.0.0/ai/floom/response/FloomResponse.java
package ai.floom.response; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Data; import java.util.List; @Data public class FloomResponse { private String messageId; private String chatId; private List<FloomResponseValue> values; private int processingTime; @JsonIgnore privat...