Interface V1UserInfoFluent<A extends V1UserInfoFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1TokenReviewStatusFluent.UserNested<N>
- All Known Implementing Classes:
V1UserInfoBuilder,V1UserInfoFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToGroups(Collection<String> items) addToExtra(String key, List<String> value) addToExtra(Map<String, List<String>> map) addToGroups(Integer index, String item) addToGroups(String... items) getExtra()getMatchingGroup(Predicate<String> predicate) getUid()hasExtra()hasMatchingGroup(Predicate<String> predicate) hasUid()removeAllFromGroups(Collection<String> items) removeFromExtra(String key) removeFromExtra(Map<String, List<String>> map) removeFromGroups(String... items) setToGroups(Integer index, String item) <K,V> A withGroups(String... groups) withGroups(List<String> groups) withUsername(String username)
-
Method Details
-
addToExtra
-
addToExtra
-
removeFromExtra
-
removeFromExtra
-
getExtra
-
withExtra
-
hasExtra
Boolean hasExtra() -
addToGroups
-
setToGroups
-
addToGroups
-
addAllToGroups
-
removeFromGroups
-
removeAllFromGroups
-
getGroups
-
getGroup
-
getFirstGroup
String getFirstGroup() -
getLastGroup
String getLastGroup() -
getMatchingGroup
-
hasMatchingGroup
-
withGroups
-
withGroups
-
hasGroups
Boolean hasGroups() -
getUid
String getUid() -
withUid
-
hasUid
Boolean hasUid() -
getUsername
String getUsername() -
withUsername
-
hasUsername
Boolean hasUsername()
-