Class OAuthConnectionListPageAsync
-
- All Implemented Interfaces:
public final class OAuthConnectionListPageAsyncList OAuth Connections
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOAuthConnectionListPageAsync.Responsepublic final classOAuthConnectionListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final OAuthConnectionListPageAsync.Responseresponse()final List<OAuthConnection>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<OAuthConnectionListParams>getNextPageParams()final CompletableFuture<Optional<OAuthConnectionListPageAsync>>getNextPage()final OAuthConnectionListPageAsync.AutoPagerautoPager()final static OAuthConnectionListPageAsyncof(OAuthConnectionServiceAsync oauthConnectionsService, OAuthConnectionListParams params, OAuthConnectionListPageAsync.Response response)-
-
Method Detail
-
response
final OAuthConnectionListPageAsync.Response response()
-
data
final List<OAuthConnection> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<OAuthConnectionListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<OAuthConnectionListPageAsync>> getNextPage()
-
autoPager
final OAuthConnectionListPageAsync.AutoPager autoPager()
-
of
final static OAuthConnectionListPageAsync of(OAuthConnectionServiceAsync oauthConnectionsService, OAuthConnectionListParams params, OAuthConnectionListPageAsync.Response response)
-
-
-
-