Package com.courier.models
Class SendToMsTeamsChannelId
-
- All Implemented Interfaces:
public final class SendToMsTeamsChannelId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendToMsTeamsChannelId.BuilderA builder for SendToMsTeamsChannelId.
-
Method Summary
Modifier and Type Method Description final StringchannelId()final StringserviceUrl()final StringtenantId()final JsonField<String>_channelId()Returns the raw JSON value of channelId. final JsonField<String>_serviceUrl()Returns the raw JSON value of serviceUrl. final JsonField<String>_tenantId()Returns the raw JSON value of tenantId. final Map<String, JsonValue>_additionalProperties()final SendToMsTeamsChannelId.BuildertoBuilder()final SendToMsTeamsChannelIdvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SendToMsTeamsChannelId.Builderbuilder()Returns a mutable builder for constructing an instance of SendToMsTeamsChannelId. -
-
Method Detail
-
serviceUrl
final String serviceUrl()
-
_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.
-
_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.
-
_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 SendToMsTeamsChannelId.Builder toBuilder()
-
validate
final SendToMsTeamsChannelId 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 SendToMsTeamsChannelId.Builder builder()
Returns a mutable builder for constructing an instance of SendToMsTeamsChannelId.
The following fields are required:
.channelId() .serviceUrl() .tenantId()
-
-
-
-