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