Class ApiKeyResponse.Builder
java.lang.Object
com.langfuse.client.resources.projects.types.ApiKeyResponse.Builder
- All Implemented Interfaces:
ApiKeyResponse._FinalStage,ApiKeyResponse.CreatedAtStage,ApiKeyResponse.DisplaySecretKeyStage,ApiKeyResponse.IdStage,ApiKeyResponse.PublicKeyStage,ApiKeyResponse.SecretKeyStage
- Enclosing class:
ApiKeyResponse
public static final class ApiKeyResponse.Builder
extends Object
implements ApiKeyResponse.IdStage, ApiKeyResponse.CreatedAtStage, ApiKeyResponse.PublicKeyStage, ApiKeyResponse.SecretKeyStage, ApiKeyResponse.DisplaySecretKeyStage, ApiKeyResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()createdAt(OffsetDateTime createdAt) displaySecretKey(String displaySecretKey) from(ApiKeyResponse other)
-
Method Details
-
from
- Specified by:
fromin interfaceApiKeyResponse.IdStage
-
id
- Specified by:
idin interfaceApiKeyResponse.IdStage
-
createdAt
- Specified by:
createdAtin interfaceApiKeyResponse.CreatedAtStage
-
publicKey
- Specified by:
publicKeyin interfaceApiKeyResponse.PublicKeyStage
-
secretKey
- Specified by:
secretKeyin interfaceApiKeyResponse.SecretKeyStage
-
displaySecretKey
- Specified by:
displaySecretKeyin interfaceApiKeyResponse.DisplaySecretKeyStage
-
note
- Specified by:
notein interfaceApiKeyResponse._FinalStage
-
note
- Specified by:
notein interfaceApiKeyResponse._FinalStage
-
build
- Specified by:
buildin interfaceApiKeyResponse._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceApiKeyResponse._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceApiKeyResponse._FinalStage
-