Package app.knock.api.models.users.feeds
Class FeedGetSettingsResponse
-
- All Implemented Interfaces:
public final class FeedGetSettingsResponseThe response for the user's feed settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFeedGetSettingsResponse.BuilderA builder for FeedGetSettingsResponse.
public final classFeedGetSettingsResponse.FeaturesFeatures configuration for the user's feed.
-
Method Summary
Modifier and Type Method Description final FeedGetSettingsResponse.Featuresfeatures()Features configuration for the user's feed. final JsonField<FeedGetSettingsResponse.Features>_features()Returns the raw JSON value of features. final Map<String, JsonValue>_additionalProperties()final FeedGetSettingsResponse.BuildertoBuilder()final FeedGetSettingsResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FeedGetSettingsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of FeedGetSettingsResponse. -
-
Method Detail
-
features
final FeedGetSettingsResponse.Features features()
Features configuration for the user's feed.
-
_features
final JsonField<FeedGetSettingsResponse.Features> _features()
Returns the raw JSON value of features.
Unlike features, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FeedGetSettingsResponse.Builder toBuilder()
-
validate
final FeedGetSettingsResponse validate()
-
builder
final static FeedGetSettingsResponse.Builder builder()
Returns a mutable builder for constructing an instance of FeedGetSettingsResponse.
The following fields are required:
.features()
-
-
-
-