Class OAuthApplicationListPageAsync
-
- All Implemented Interfaces:
public final class OAuthApplicationListPageAsyncList OAuth Applications
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOAuthApplicationListPageAsync.Responsepublic final classOAuthApplicationListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final OAuthApplicationListPageAsync.Responseresponse()final List<OAuthApplication>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<OAuthApplicationListParams>getNextPageParams()final CompletableFuture<Optional<OAuthApplicationListPageAsync>>getNextPage()final OAuthApplicationListPageAsync.AutoPagerautoPager()final static OAuthApplicationListPageAsyncof(OAuthApplicationServiceAsync oauthApplicationsService, OAuthApplicationListParams params, OAuthApplicationListPageAsync.Response response)-
-
Method Detail
-
response
final OAuthApplicationListPageAsync.Response response()
-
data
final List<OAuthApplication> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<OAuthApplicationListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<OAuthApplicationListPageAsync>> getNextPage()
-
autoPager
final OAuthApplicationListPageAsync.AutoPager autoPager()
-
of
final static OAuthApplicationListPageAsync of(OAuthApplicationServiceAsync oauthApplicationsService, OAuthApplicationListParams params, OAuthApplicationListPageAsync.Response response)
-
-
-
-