Class CreateUserRequest.Builder
java.lang.Object
com.langfuse.client.resources.scim.requests.CreateUserRequest.Builder
- All Implemented Interfaces:
CreateUserRequest._FinalStage,CreateUserRequest.NameStage,CreateUserRequest.UserNameStage
- Enclosing class:
CreateUserRequest
public static final class CreateUserRequest.Builder
extends Object
implements CreateUserRequest.UserNameStage, CreateUserRequest.NameStage, CreateUserRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionWhether the user is activeWhether the user is activeadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()User's email addressesUser's email addressesfrom(CreateUserRequest other) User's name informationInitial password for the userInitial password for the userUser's email address (required)
-
Method Details
-
from
- Specified by:
fromin interfaceCreateUserRequest.UserNameStage
-
userName
User's email address (required)
User's email address (required)
- Specified by:
userNamein interfaceCreateUserRequest.UserNameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
User's name information
User's name information
- Specified by:
namein interfaceCreateUserRequest.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
password
Initial password for the user
- Specified by:
passwordin interfaceCreateUserRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
password
Initial password for the user
- Specified by:
passwordin interfaceCreateUserRequest._FinalStage
-
active
Whether the user is active
- Specified by:
activein interfaceCreateUserRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
active
Whether the user is active
- Specified by:
activein interfaceCreateUserRequest._FinalStage
-
emails
User's email addresses
- Specified by:
emailsin interfaceCreateUserRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
emails
User's email addresses
- Specified by:
emailsin interfaceCreateUserRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreateUserRequest._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceCreateUserRequest._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceCreateUserRequest._FinalStage
-