Class CreateApiKeyRequest

java.lang.Object
com.langfuse.client.resources.projects.requests.CreateApiKeyRequest

public final class CreateApiKeyRequest extends Object
  • Method Details

    • getNote

      public Optional<String> getNote()
      Returns:
      Optional note for the API key
    • getPublicKey

      public Optional<String> getPublicKey()
      Returns:
      Optional predefined public key. Must start with 'pk-lf-'. If provided, secretKey must also be provided.
    • getSecretKey

      public Optional<String> getSecretKey()
      Returns:
      Optional predefined secret key. Must start with 'sk-lf-'. If provided, publicKey must also be provided.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static CreateApiKeyRequest.Builder builder()