Class ListFollowersResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.identity.types.ListFollowersResponse.Builder
-
- All Implemented Interfaces:
ListFollowersResponse._FinalStage,ListFollowersResponse.WatchStage
- Enclosing class:
- ListFollowersResponse
public static final class ListFollowersResponse.Builder extends java.lang.Object implements ListFollowersResponse.WatchStage, ListFollowersResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFollowersResponse._FinalStageaddAllIdentities(java.util.List<Handle> identities)ListFollowersResponse._FinalStageaddIdentities(Handle identities)ListFollowersResponse._FinalStageanchor(java.lang.String anchor)ListFollowersResponse._FinalStageanchor(java.util.Optional<java.lang.String> anchor)ListFollowersResponsebuild()ListFollowersResponse.Builderfrom(ListFollowersResponse other)ListFollowersResponse._FinalStageidentities(java.util.List<Handle> identities)ListFollowersResponse._FinalStagewatch(WatchResponse watch)
-
-
-
Method Detail
-
from
public ListFollowersResponse.Builder from(ListFollowersResponse other)
- Specified by:
fromin interfaceListFollowersResponse.WatchStage
-
watch
public ListFollowersResponse._FinalStage watch(WatchResponse watch)
- Specified by:
watchin interfaceListFollowersResponse.WatchStage
-
anchor
public ListFollowersResponse._FinalStage anchor(java.lang.String anchor)
- Specified by:
anchorin interfaceListFollowersResponse._FinalStage
-
anchor
public ListFollowersResponse._FinalStage anchor(java.util.Optional<java.lang.String> anchor)
- Specified by:
anchorin interfaceListFollowersResponse._FinalStage
-
addAllIdentities
public ListFollowersResponse._FinalStage addAllIdentities(java.util.List<Handle> identities)
- Specified by:
addAllIdentitiesin interfaceListFollowersResponse._FinalStage
-
addIdentities
public ListFollowersResponse._FinalStage addIdentities(Handle identities)
- Specified by:
addIdentitiesin interfaceListFollowersResponse._FinalStage
-
identities
public ListFollowersResponse._FinalStage identities(java.util.List<Handle> identities)
- Specified by:
identitiesin interfaceListFollowersResponse._FinalStage
-
build
public ListFollowersResponse build()
- Specified by:
buildin interfaceListFollowersResponse._FinalStage
-
-