Class ListFollowersRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.identity.requests.ListFollowersRequest.Builder
-
- Enclosing class:
- ListFollowersRequest
public static final class ListFollowersRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFollowersRequest.Builderanchor(java.lang.String anchor)ListFollowersRequest.Builderanchor(java.util.Optional<java.lang.String> anchor)ListFollowersRequestbuild()ListFollowersRequest.Builderfrom(ListFollowersRequest other)ListFollowersRequest.Builderlimit(java.lang.String limit)ListFollowersRequest.Builderlimit(java.util.Optional<java.lang.String> limit)
-
-
-
Method Detail
-
from
public ListFollowersRequest.Builder from(ListFollowersRequest other)
-
anchor
public ListFollowersRequest.Builder anchor(java.util.Optional<java.lang.String> anchor)
-
anchor
public ListFollowersRequest.Builder anchor(java.lang.String anchor)
-
limit
public ListFollowersRequest.Builder limit(java.util.Optional<java.lang.String> limit)
-
limit
public ListFollowersRequest.Builder limit(java.lang.String limit)
-
build
public ListFollowersRequest build()
-
-