Class OAuthApplicationListPageAsync.Response.Builder
-
- All Implemented Interfaces:
public final class OAuthApplicationListPageAsync.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description OAuthApplicationListPageAsync.Response.Builder()
-
Method Summary
Modifier and Type Method Description final OAuthApplicationListPageAsync.Response.Builderdata(List<OAuthApplication> data)final OAuthApplicationListPageAsync.Response.Builderdata(JsonField<List<OAuthApplication>> data)final OAuthApplicationListPageAsync.Response.BuildernextCursor(String nextCursor)final OAuthApplicationListPageAsync.Response.BuildernextCursor(JsonField<String> nextCursor)final OAuthApplicationListPageAsync.Response.BuilderputAdditionalProperty(String key, JsonValue value)final OAuthApplicationListPageAsync.Responsebuild()Returns an immutable instance of Response. -
-
Method Detail
-
data
final OAuthApplicationListPageAsync.Response.Builder data(List<OAuthApplication> data)
-
data
final OAuthApplicationListPageAsync.Response.Builder data(JsonField<List<OAuthApplication>> data)
-
nextCursor
final OAuthApplicationListPageAsync.Response.Builder nextCursor(String nextCursor)
-
nextCursor
final OAuthApplicationListPageAsync.Response.Builder nextCursor(JsonField<String> nextCursor)
-
putAdditionalProperty
final OAuthApplicationListPageAsync.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final OAuthApplicationListPageAsync.Response build()
Returns an immutable instance of Response.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-