Interface ListRecentFollowersResponse._FinalStage
-
- All Known Implementing Classes:
ListRecentFollowersResponse.Builder
- Enclosing class:
- ListRecentFollowersResponse
public static interface ListRecentFollowersResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecentFollowersResponse._FinalStageaddAllIdentities(java.util.List<Handle> identities)ListRecentFollowersResponse._FinalStageaddIdentities(Handle identities)ListRecentFollowersResponse._FinalStageanchor(java.lang.String anchor)ListRecentFollowersResponse._FinalStageanchor(java.util.Optional<java.lang.String> anchor)ListRecentFollowersResponsebuild()ListRecentFollowersResponse._FinalStageidentities(java.util.List<Handle> identities)
-
-
-
Method Detail
-
build
ListRecentFollowersResponse build()
-
identities
ListRecentFollowersResponse._FinalStage identities(java.util.List<Handle> identities)
-
addIdentities
ListRecentFollowersResponse._FinalStage addIdentities(Handle identities)
-
addAllIdentities
ListRecentFollowersResponse._FinalStage addAllIdentities(java.util.List<Handle> identities)
-
anchor
ListRecentFollowersResponse._FinalStage anchor(java.util.Optional<java.lang.String> anchor)
-
anchor
ListRecentFollowersResponse._FinalStage anchor(java.lang.String anchor)
-
-