Package com.courier.models
Class SendToMsTeamsConversationId
-
- All Implemented Interfaces:
public final class SendToMsTeamsConversationId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendToMsTeamsConversationId.BuilderA builder for SendToMsTeamsConversationId.
-
Method Summary
Modifier and Type Method Description final StringconversationId()final StringserviceUrl()final StringtenantId()final JsonField<String>_conversationId()Returns the raw JSON value of conversationId. 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 SendToMsTeamsConversationId.BuildertoBuilder()final SendToMsTeamsConversationIdvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SendToMsTeamsConversationId.Builderbuilder()Returns a mutable builder for constructing an instance of SendToMsTeamsConversationId. -
-
Method Detail
-
conversationId
final String conversationId()
-
serviceUrl
final String serviceUrl()
-
_conversationId
final JsonField<String> _conversationId()
Returns the raw JSON value of conversationId.
Unlike conversationId, 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 SendToMsTeamsConversationId.Builder toBuilder()
-
validate
final SendToMsTeamsConversationId validate()
-
builder
final static SendToMsTeamsConversationId.Builder builder()
Returns a mutable builder for constructing an instance of SendToMsTeamsConversationId.
The following fields are required:
.conversationId() .serviceUrl() .tenantId()
-
-
-
-