Package com.courier.models
Class SendToChannel
-
- All Implemented Interfaces:
public final class SendToChannel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendToChannel.BuilderA builder for SendToChannel.
-
Method Summary
Modifier and Type Method Description final StringchannelId()final JsonField<String>_channelId()Returns the raw JSON value of channelId. final Map<String, JsonValue>_additionalProperties()final SendToChannel.BuildertoBuilder()final SendToChannelvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SendToChannel.Builderbuilder()Returns a mutable builder for constructing an instance of SendToChannel. -
-
Method Detail
-
_channelId
final JsonField<String> _channelId()
Returns the raw JSON value of channelId.
Unlike channelId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SendToChannel.Builder toBuilder()
-
validate
final SendToChannel validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SendToChannel.Builder builder()
Returns a mutable builder for constructing an instance of SendToChannel.
The following fields are required:
.channelId()
-
-
-
-