Interface GetUserTokenOpts.UserIdStage
-
- All Known Implementing Classes:
GetUserTokenOpts.Builder
- Enclosing class:
- GetUserTokenOpts
public static interface GetUserTokenOpts.UserIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUserTokenOpts.Builderfrom(GetUserTokenOpts other)GetUserTokenOpts.TokenStageuserId(java.lang.String userId)
-
-
-
Method Detail
-
userId
GetUserTokenOpts.TokenStage userId(java.lang.String userId)
-
from
GetUserTokenOpts.Builder from(GetUserTokenOpts other)
-
-