Package com.chrt.api.types
Interface DecodedJwtWithOrgAndUserId.UserIdStage
-
- All Known Implementing Classes:
DecodedJwtWithOrgAndUserId.Builder
- Enclosing class:
- DecodedJwtWithOrgAndUserId
public static interface DecodedJwtWithOrgAndUserId.UserIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecodedJwtWithOrgAndUserId.Builderfrom(DecodedJwtWithOrgAndUserId other)DecodedJwtWithOrgAndUserId.OrgIdStageuserId(java.lang.String userId)Must be a string starting withuser_
-
-
-
Method Detail
-
userId
DecodedJwtWithOrgAndUserId.OrgIdStage userId(@NotNull java.lang.String userId)
Must be a string starting with
user_
-
from
DecodedJwtWithOrgAndUserId.Builder from(DecodedJwtWithOrgAndUserId other)
-
-