Uses of Class
com.langfuse.client.resources.sessions.requests.GetSessionsRequest.Builder
Packages that use GetSessionsRequest.Builder
-
Uses of GetSessionsRequest.Builder in com.langfuse.client.resources.sessions.requests
Methods in com.langfuse.client.resources.sessions.requests that return GetSessionsRequest.BuilderModifier and TypeMethodDescriptionGetSessionsRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) GetSessionsRequest.Builder.additionalProperty(String key, Object value) static GetSessionsRequest.BuilderGetSessionsRequest.builder()GetSessionsRequest.Builder.environment(String environment) GetSessionsRequest.Builder.environment(List<String> environment) GetSessionsRequest.Builder.environment(Optional<List<String>> environment) Optional filter for sessions where the environment is one of the provided values.GetSessionsRequest.Builder.from(GetSessionsRequest other) GetSessionsRequest.Builder.fromTimestamp(OffsetDateTime fromTimestamp) GetSessionsRequest.Builder.fromTimestamp(Optional<OffsetDateTime> fromTimestamp) Optional filter to only include sessions created on or after a certain datetime (ISO 8601)Limit of items per page.Page number, starts at 1GetSessionsRequest.Builder.toTimestamp(OffsetDateTime toTimestamp) GetSessionsRequest.Builder.toTimestamp(Optional<OffsetDateTime> toTimestamp) Optional filter to only include sessions created before a certain datetime (ISO 8601)