Package ai.vectros.types
Class UserExistsResponse.Builder
java.lang.Object
ai.vectros.types.UserExistsResponse.Builder
- All Implemented Interfaces:
UserExistsResponse._FinalStage,UserExistsResponse.ExistsStage
- Enclosing class:
UserExistsResponse
public static final class UserExistsResponse.Builder
extends Object
implements UserExistsResponse.ExistsStage, UserExistsResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()exists(boolean exists) Whether a user with the given email holds an access profile in the given app context.from(UserExistsResponse other) status(UserExistsResponseStatus status) The matching user's lifecycle status.status(Optional<UserExistsResponseStatus> status) The matching user's lifecycle status.The matching user's Vectros-assigned UUID.The matching user's Vectros-assigned UUID.
-
Method Details
-
from
- Specified by:
fromin interfaceUserExistsResponse.ExistsStage
-
exists
Whether a user with the given email holds an access profile in the given app context.
Whether a user with the given email holds an access profile in the given app context.
- Specified by:
existsin interfaceUserExistsResponse.ExistsStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
status
The matching user's lifecycle status. Present only when
existsis true.- Specified by:
statusin interfaceUserExistsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
status
The matching user's lifecycle status. Present only when
existsis true.- Specified by:
statusin interfaceUserExistsResponse._FinalStage
-
userId
The matching user's Vectros-assigned UUID. Present only when
existsis true.- Specified by:
userIdin interfaceUserExistsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
userId
The matching user's Vectros-assigned UUID. Present only when
existsis true.- Specified by:
userIdin interfaceUserExistsResponse._FinalStage
-
build
- Specified by:
buildin interfaceUserExistsResponse._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceUserExistsResponse._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceUserExistsResponse._FinalStage
-