Interface UserTenantAssociation._FinalStage
-
- All Known Implementing Classes:
UserTenantAssociation.Builder
- Enclosing class:
- UserTenantAssociation
public static interface UserTenantAssociation._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserTenantAssociationbuild()UserTenantAssociation._FinalStageprofile(java.util.Map<java.lang.String,java.lang.Object> profile)UserTenantAssociation._FinalStageprofile(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> profile)UserTenantAssociation._FinalStagetype(java.lang.String type)UserTenantAssociation._FinalStagetype(java.util.Optional<java.lang.String> type)UserTenantAssociation._FinalStageuserId(java.lang.String userId)UserTenantAssociation._FinalStageuserId(java.util.Optional<java.lang.String> userId)
-
-
-
Method Detail
-
build
UserTenantAssociation build()
-
userId
UserTenantAssociation._FinalStage userId(java.util.Optional<java.lang.String> userId)
-
userId
UserTenantAssociation._FinalStage userId(java.lang.String userId)
-
type
UserTenantAssociation._FinalStage type(java.util.Optional<java.lang.String> type)
-
type
UserTenantAssociation._FinalStage type(java.lang.String type)
-
profile
UserTenantAssociation._FinalStage profile(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> profile)
-
profile
UserTenantAssociation._FinalStage profile(java.util.Map<java.lang.String,java.lang.Object> profile)
-
-