Class Organization.Builder
java.lang.Object
com.langfuse.client.resources.projects.types.Organization.Builder
- All Implemented Interfaces:
Organization._FinalStage,Organization.IdStage,Organization.NameStage
- Enclosing class:
Organization
public static final class Organization.Builder
extends Object
implements Organization.IdStage, Organization.NameStage, Organization._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(Organization other) The unique identifier of the organizationThe name of the organization
-
Method Details
-
from
- Specified by:
fromin interfaceOrganization.IdStage
-
id
The unique identifier of the organization
The unique identifier of the organization
- Specified by:
idin interfaceOrganization.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
The name of the organization
The name of the organization
- Specified by:
namein interfaceOrganization.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceOrganization._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceOrganization._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceOrganization._FinalStage
-