Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCESS_TOKEN - Static variable in interface io.github.guoshiqiufeng.dify.server.cache.DifyRedisKey
- addAuthorizationHeader(HttpHeaders, DifyServerClient) - Method in class io.github.guoshiqiufeng.dify.server.client.BaseDifyServerToken
-
Abstract method to add authorization header to HTTP request.
- addAuthorizationHeader(HttpHeaders, DifyServerClient) - Method in class io.github.guoshiqiufeng.dify.server.client.DifyServerTokenDefault
- addAuthorizationHeader(HttpHeaders, DifyServerClient) - Method in class io.github.guoshiqiufeng.dify.server.client.DifyServerTokenRedis
- API - Static variable in interface io.github.guoshiqiufeng.dify.server.constant.ServerUriConstant
- ApiKeyResponse - Class in io.github.guoshiqiufeng.dify.server.dto.response
- ApiKeyResponse() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- ApiKeyResultResponse - Class in io.github.guoshiqiufeng.dify.server.dto.response
- ApiKeyResultResponse() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResultResponse
- app(String) - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Retrieves detailed information about a specific application
- app(String) - Method in interface io.github.guoshiqiufeng.dify.server.DifyServer
-
根据应用ID获取单个应用的详细信息
- app(String) - Method in class io.github.guoshiqiufeng.dify.server.impl.DifyServerClientImpl
- apps(String, String) - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Retrieves a list of applications based on mode and name filter
- apps(String, String) - Method in interface io.github.guoshiqiufeng.dify.server.DifyServer
-
获取所有应用列表
- apps(String, String) - Method in class io.github.guoshiqiufeng.dify.server.impl.DifyServerClientImpl
- APPS - Static variable in interface io.github.guoshiqiufeng.dify.server.constant.ServerUriConstant
- AppsResponse - Class in io.github.guoshiqiufeng.dify.server.dto.response
- AppsResponse() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- AppsResponse.AppsTag - Class in io.github.guoshiqiufeng.dify.server.dto.response
- AppsResponse.CompletionParams - Class in io.github.guoshiqiufeng.dify.server.dto.response
- AppsResponse.Model - Class in io.github.guoshiqiufeng.dify.server.dto.response
- AppsResponse.ModelConfig - Class in io.github.guoshiqiufeng.dify.server.dto.response
- AppsResponseResult - Class in io.github.guoshiqiufeng.dify.server.dto.response
- AppsResponseResult() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponseResult
- AppsTag() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
B
- BaseDifyServerToken - Class in io.github.guoshiqiufeng.dify.server.client
- BaseDifyServerToken() - Constructor for class io.github.guoshiqiufeng.dify.server.client.BaseDifyServerToken
- build(String, String) - Static method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
C
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResultResponse
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponseResult
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResult
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- canEqual(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResultResponse
- CompletionParams() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
D
- DatasetApiKeyResponse - Class in io.github.guoshiqiufeng.dify.server.dto.response
- DatasetApiKeyResponse() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- DatasetApiKeyResult - Class in io.github.guoshiqiufeng.dify.server.dto.response
- DatasetApiKeyResult() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResult
- DATASETS - Static variable in interface io.github.guoshiqiufeng.dify.server.constant.ServerUriConstant
- DIFY_API_ERROR - Enum constant in enum class io.github.guoshiqiufeng.dify.server.exception.DifyServerExceptionEnum
-
远程调用失败
- DIFY_DATA_PARSING_FAILURE - Enum constant in enum class io.github.guoshiqiufeng.dify.server.exception.DifyServerExceptionEnum
-
数据解析失败
- DifyLoginRequest - Class in io.github.guoshiqiufeng.dify.server.dto.request
- DifyLoginRequest() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- DifyRedisKey - Interface in io.github.guoshiqiufeng.dify.server.cache
- DifyServer - Interface in io.github.guoshiqiufeng.dify.server
-
Dify服务接口,提供与Dify平台交互的方法
- DifyServerClient - Interface in io.github.guoshiqiufeng.dify.server.client
-
Dify Server Client Interface Provides methods to interact with Dify's server API for managing applications, API keys, authentication, and related operations.
- DifyServerClientImpl - Class in io.github.guoshiqiufeng.dify.server.impl
- DifyServerClientImpl(DifyServerClient) - Constructor for class io.github.guoshiqiufeng.dify.server.impl.DifyServerClientImpl
- DifyServerException - Exception Class in io.github.guoshiqiufeng.dify.server.exception
- DifyServerException(BaseExceptionEnum) - Constructor for exception class io.github.guoshiqiufeng.dify.server.exception.DifyServerException
- DifyServerExceptionEnum - Enum Class in io.github.guoshiqiufeng.dify.server.exception
- DifyServerTokenDefault - Class in io.github.guoshiqiufeng.dify.server.client
- DifyServerTokenDefault() - Constructor for class io.github.guoshiqiufeng.dify.server.client.DifyServerTokenDefault
- DifyServerTokenRedis - Class in io.github.guoshiqiufeng.dify.server.client
- DifyServerTokenRedis(RedisTemplate<String, String>) - Constructor for class io.github.guoshiqiufeng.dify.server.client.DifyServerTokenRedis
E
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResultResponse
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponseResult
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResult
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- equals(Object) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResultResponse
- executeWithRetry(RequestSupplier<T>, DifyServerClient) - Method in class io.github.guoshiqiufeng.dify.server.client.BaseDifyServerToken
-
Executes the given request supplier with automatic retry mechanism.
G
- get() - Method in interface io.github.guoshiqiufeng.dify.server.client.RequestSupplier
-
Gets a result from this supplier
- getAccessToken() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- getApiBaseUrl() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getAppApiKey(String) - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Retrieves existing API keys for a specific application
- getAppApiKey(String) - Method in interface io.github.guoshiqiufeng.dify.server.DifyServer
-
根据应用ID获取该应用的所有API Key列表
- getAppApiKey(String) - Method in class io.github.guoshiqiufeng.dify.server.impl.DifyServerClientImpl
- getCode() - Method in enum class io.github.guoshiqiufeng.dify.server.exception.DifyServerExceptionEnum
- getCompletionParams() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- getCreatedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- getCreatedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getCreatedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- getCreatedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- getCreatedBy() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getCreatedBy() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- getData() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResult
- getDatasetApiKey() - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Retrieves existing API keys for datasets
- getDatasetApiKey() - Method in interface io.github.guoshiqiufeng.dify.server.DifyServer
-
获取知识库的API Key列表 用于访问Dify平台上的知识库资源
- getDatasetApiKey() - Method in class io.github.guoshiqiufeng.dify.server.impl.DifyServerClientImpl
- getDeletedTools() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getDescription() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getEmail() - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- getEnableApi() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getEnableSite() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getFormat() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- getIcon() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getIconBackground() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getIconType() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getIconUrl() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getId() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- getId() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- getId() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getId() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- getLanguage() - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- getLastUsedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- getLastUsedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- getMaxActiveRequests() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getMode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getMode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- getModel() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- getModelConfig() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getMsg() - Method in enum class io.github.guoshiqiufeng.dify.server.exception.DifyServerExceptionEnum
- getName() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- getName() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getName() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- getPassword() - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- getPrePrompt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- getProvider() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- getRefreshToken() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- getRememberMe() - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- getSite() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getStop() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- getTags() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getToken() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- getToken() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- getType() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- getType() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- getType() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- getUpdatedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getUpdatedAt() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- getUpdatedBy() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getUpdatedBy() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- getUseIconAsAnswerIcon() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- getWorkflow() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
H
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResultResponse
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponseResult
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResult
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- hashCode() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResultResponse
I
- initAppApiKey(String) - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Initializes or regenerates API keys for a specific application
- initAppApiKey(String) - Method in interface io.github.guoshiqiufeng.dify.server.DifyServer
-
初始化应用的API Key 如果应用尚未创建API Key,此方法将创建并返回新的API Key
- initAppApiKey(String) - Method in class io.github.guoshiqiufeng.dify.server.impl.DifyServerClientImpl
- initDatasetApiKey() - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Initializes or regenerates API keys for datasets
- initDatasetApiKey() - Method in interface io.github.guoshiqiufeng.dify.server.DifyServer
-
初始化知识库的API Key 如果知识库尚未创建API Key,此方法将创建并返回新的API Key
- initDatasetApiKey() - Method in class io.github.guoshiqiufeng.dify.server.impl.DifyServerClientImpl
- io.github.guoshiqiufeng.dify.server - package io.github.guoshiqiufeng.dify.server
- io.github.guoshiqiufeng.dify.server.cache - package io.github.guoshiqiufeng.dify.server.cache
- io.github.guoshiqiufeng.dify.server.client - package io.github.guoshiqiufeng.dify.server.client
- io.github.guoshiqiufeng.dify.server.constant - package io.github.guoshiqiufeng.dify.server.constant
- io.github.guoshiqiufeng.dify.server.dto.request - package io.github.guoshiqiufeng.dify.server.dto.request
- io.github.guoshiqiufeng.dify.server.dto.response - package io.github.guoshiqiufeng.dify.server.dto.response
- io.github.guoshiqiufeng.dify.server.exception - package io.github.guoshiqiufeng.dify.server.exception
- io.github.guoshiqiufeng.dify.server.impl - package io.github.guoshiqiufeng.dify.server.impl
L
- login() - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Authenticates with the Dify server and returns login credentials
- LOGIN - Static variable in interface io.github.guoshiqiufeng.dify.server.constant.ServerUriConstant
- LoginResponse - Class in io.github.guoshiqiufeng.dify.server.dto.response
- LoginResponse() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- LoginResultResponse - Class in io.github.guoshiqiufeng.dify.server.dto.response
- LoginResultResponse() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.LoginResultResponse
M
- MAX_RETRY_ATTEMPTS - Static variable in class io.github.guoshiqiufeng.dify.server.client.BaseDifyServerToken
-
最大重试次数
- Model() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- ModelConfig() - Constructor for class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
R
- REFRESH_TOKEN - Static variable in interface io.github.guoshiqiufeng.dify.server.cache.DifyRedisKey
- REFRESH_TOKEN - Static variable in interface io.github.guoshiqiufeng.dify.server.constant.ServerUriConstant
- refreshOrObtainNewToken(DifyServerClient) - Method in class io.github.guoshiqiufeng.dify.server.client.DifyServerTokenDefault
-
refresh or obtain new token
- refreshOrObtainNewToken(DifyServerClient) - Method in class io.github.guoshiqiufeng.dify.server.client.DifyServerTokenRedis
-
refresh or obtain new token
- refreshToken(String) - Method in interface io.github.guoshiqiufeng.dify.server.client.DifyServerClient
-
Refreshes an authentication token to maintain session validity
- RequestSupplier<T> - Interface in io.github.guoshiqiufeng.dify.server.client
-
Request Supplier Interface A functional interface that represents a supplier of requests to the Dify API.
S
- ServerUriConstant - Interface in io.github.guoshiqiufeng.dify.server.constant
- setAccessToken(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- setApiBaseUrl(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setCompletionParams(AppsResponse.CompletionParams) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- setCreatedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- setCreatedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- setCreatedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setCreatedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- setCreatedBy(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- setCreatedBy(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setData(List<DatasetApiKeyResponse>) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResult
- setDeletedTools(List<String>) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setDescription(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setEmail(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- setEnableApi(Boolean) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setEnableSite(Boolean) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setFormat(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- setIcon(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setIconBackground(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setIconType(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setIconUrl(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setId(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- setId(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- setId(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setId(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- setLanguage(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- setLastUsedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- setLastUsedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- setMaxActiveRequests(Integer) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setMode(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- setMode(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setModel(AppsResponse.Model) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- setModelConfig(Map<String, Object>) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setName(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- setName(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- setName(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setPassword(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- setPrePrompt(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- setProvider(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- setRefreshToken(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- setRememberMe(Boolean) - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- setSite(Map<String, Object>) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setStop(List<String>) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- setTags(List<AppsResponse.AppsTag>) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setToken(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- setToken(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- setType(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- setType(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- setType(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- setUpdatedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- setUpdatedAt(Long) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setUpdatedBy(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- setUpdatedBy(String) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setUseIconAsAnswerIcon(Boolean) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- setWorkflow(Map<String, Object>) - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
T
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.request.DifyLoginRequest
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResponse
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.ApiKeyResultResponse
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.AppsTag
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.CompletionParams
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.Model
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse.ModelConfig
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponse
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.AppsResponseResult
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResponse
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.DatasetApiKeyResult
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResponse
- toString() - Method in class io.github.guoshiqiufeng.dify.server.dto.response.LoginResultResponse
V
- valueOf(String) - Static method in enum class io.github.guoshiqiufeng.dify.server.exception.DifyServerExceptionEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.guoshiqiufeng.dify.server.exception.DifyServerExceptionEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form