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