Package app.knock.api.models.users.feeds
Class FeedListItemsResponse.Source
-
- All Implemented Interfaces:
public final class FeedListItemsResponse.SourceSource information for the feed item.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFeedListItemsResponse.Source.BuilderA builder for Source.
-
Method Summary
Modifier and Type Method Description final String_typename()The typename of the schema. final List<String>categories()Categories this workflow belongs to. final Stringkey()The key of the workflow. final StringversionId()The workflow version ID. final JsonField<String>__typename()Returns the raw JSON value of _typename. final JsonField<List<String>>_categories()Returns the raw JSON value of categories. final JsonField<String>_key()Returns the raw JSON value of key. final JsonField<String>_versionId()Returns the raw JSON value of versionId. final Map<String, JsonValue>_additionalProperties()final FeedListItemsResponse.Source.BuildertoBuilder()final FeedListItemsResponse.Sourcevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FeedListItemsResponse.Source.Builderbuilder()Returns a mutable builder for constructing an instance of Source. -
-
Method Detail
-
categories
final List<String> categories()
Categories this workflow belongs to.
-
__typename
final JsonField<String> __typename()
Returns the raw JSON value of _typename.
Unlike _typename, this method doesn't throw if the JSON field has an unexpected type.
-
_categories
final JsonField<List<String>> _categories()
Returns the raw JSON value of categories.
Unlike categories, this method doesn't throw if the JSON field has an unexpected type.
-
_key
final JsonField<String> _key()
Returns the raw JSON value of key.
Unlike key, this method doesn't throw if the JSON field has an unexpected type.
-
_versionId
final JsonField<String> _versionId()
Returns the raw JSON value of versionId.
Unlike versionId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FeedListItemsResponse.Source.Builder toBuilder()
-
validate
final FeedListItemsResponse.Source validate()
-
builder
final static FeedListItemsResponse.Source.Builder builder()
Returns a mutable builder for constructing an instance of Source.
The following fields are required:
._typename() .categories() .key() .versionId()
-
-
-
-