Class ListUsersRequest.Builder
java.lang.Object
com.langfuse.client.resources.scim.requests.ListUsersRequest.Builder
- Enclosing class:
ListUsersRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Maximum number of results to return (default 100)Filter expression (e.g.from(ListUsersRequest other) startIndex(Integer startIndex) startIndex(Optional<Integer> startIndex) 1-based index of the first result to return (default 1)
-
Method Details
-
from
-
filter
Filter expression (e.g. userName eq "value")
-
filter
-
startIndex
1-based index of the first result to return (default 1)
-
startIndex
-
count
Maximum number of results to return (default 100)
-
count
-
build
-
additionalProperty
-
additionalProperties
-