Class Message.Source
-
- All Implemented Interfaces:
public final class Message.SourceThe workflow that triggered the message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessage.Source.BuilderA builder for Source.
-
Method Summary
Modifier and Type Method Description final String_typename()final List<String>categories()The categories associated with the message. final Stringkey()The key of the workflow that triggered the message. final StringversionId()The ID of the version of the workflow that triggered the message. 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 Message.Source.BuildertoBuilder()final Message.Sourcevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Message.Source.Builderbuilder()Returns a mutable builder for constructing an instance of Source. -
-
Method Detail
-
categories
final List<String> categories()
The categories associated with the message.
-
versionId
final String versionId()
The ID of the version of the workflow that triggered the message.
-
__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 Message.Source.Builder toBuilder()
-
validate
final Message.Source validate()
-
builder
final static Message.Source.Builder builder()
Returns a mutable builder for constructing an instance of Source.
The following fields are required:
._typename() .categories() .key() .versionId()
-
-
-
-