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()Validates that the types of all values in this object match their expected types recursively. 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()
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 SendToMsTeamsConversationId.Builder builder()
Returns a mutable builder for constructing an instance of SendToMsTeamsConversationId.
The following fields are required:
.conversationId() .serviceUrl() .tenantId()
-
-
-
-