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