Package com.courier.models
Class SendToMsTeamsChannelName
-
- All Implemented Interfaces:
public final class SendToMsTeamsChannelName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendToMsTeamsChannelName.BuilderA builder for SendToMsTeamsChannelName.
-
Method Summary
Modifier and Type Method Description final StringchannelName()final StringserviceUrl()final StringteamId()final StringtenantId()final JsonField<String>_channelName()Returns the raw JSON value of channelName. final JsonField<String>_serviceUrl()Returns the raw JSON value of serviceUrl. final JsonField<String>_teamId()Returns the raw JSON value of teamId. final JsonField<String>_tenantId()Returns the raw JSON value of tenantId. final Map<String, JsonValue>_additionalProperties()final SendToMsTeamsChannelName.BuildertoBuilder()final SendToMsTeamsChannelNamevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SendToMsTeamsChannelName.Builderbuilder()Returns a mutable builder for constructing an instance of SendToMsTeamsChannelName. -
-
Method Detail
-
channelName
final String channelName()
-
serviceUrl
final String serviceUrl()
-
_channelName
final JsonField<String> _channelName()
Returns the raw JSON value of channelName.
Unlike channelName, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceUrl
final JsonField<String> _serviceUrl()
Returns the raw JSON value of serviceUrl.
Unlike serviceUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_teamId
final JsonField<String> _teamId()
Returns the raw JSON value of teamId.
Unlike teamId, this method doesn't throw if the JSON field has an unexpected type.
-
_tenantId
final JsonField<String> _tenantId()
Returns the raw JSON value of tenantId.
Unlike tenantId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SendToMsTeamsChannelName.Builder toBuilder()
-
validate
final SendToMsTeamsChannelName validate()
-
builder
final static SendToMsTeamsChannelName.Builder builder()
Returns a mutable builder for constructing an instance of SendToMsTeamsChannelName.
The following fields are required:
.channelName() .serviceUrl() .teamId() .tenantId()
-
-
-
-