Package app.knock.api.models.users.feeds
Class FeedGetSettingsResponse.Builder
-
- All Implemented Interfaces:
public final class FeedGetSettingsResponse.BuilderA builder for FeedGetSettingsResponse.
-
-
Method Summary
Modifier and Type Method Description final FeedGetSettingsResponse.Builderfeatures(FeedGetSettingsResponse.Features features)Features configuration for the user's feed. final FeedGetSettingsResponse.Builderfeatures(JsonField<FeedGetSettingsResponse.Features> features)Sets Builder.features to an arbitrary JSON value. final FeedGetSettingsResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final FeedGetSettingsResponse.BuilderputAdditionalProperty(String key, JsonValue value)final FeedGetSettingsResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final FeedGetSettingsResponse.BuilderremoveAdditionalProperty(String key)final FeedGetSettingsResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final FeedGetSettingsResponsebuild()Returns an immutable instance of FeedGetSettingsResponse. -
-
Method Detail
-
features
final FeedGetSettingsResponse.Builder features(FeedGetSettingsResponse.Features features)
Features configuration for the user's feed.
-
features
final FeedGetSettingsResponse.Builder features(JsonField<FeedGetSettingsResponse.Features> features)
Sets Builder.features to an arbitrary JSON value.
You should usually call Builder.features with a well-typed Features value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final FeedGetSettingsResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FeedGetSettingsResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FeedGetSettingsResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FeedGetSettingsResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FeedGetSettingsResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FeedGetSettingsResponse build()
Returns an immutable instance of FeedGetSettingsResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.features()
-
-
-
-