Package com.courier.models
Class MsTeamsRecipient
-
- All Implemented Interfaces:
public final class MsTeamsRecipientSend via Microsoft Teams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamsRecipient.BuilderA builder for MsTeamsRecipient.
-
Method Summary
Modifier and Type Method Description final MsTeamsmsTeams()final JsonField<MsTeams>_msTeams()Returns the raw JSON value of msTeams. final Map<String, JsonValue>_additionalProperties()final MsTeamsRecipient.BuildertoBuilder()final MsTeamsRecipientvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamsRecipient.Builderbuilder()Returns a mutable builder for constructing an instance of MsTeamsRecipient. -
-
Method Detail
-
_msTeams
final JsonField<MsTeams> _msTeams()
Returns the raw JSON value of msTeams.
Unlike msTeams, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MsTeamsRecipient.Builder toBuilder()
-
validate
final MsTeamsRecipient 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 MsTeamsRecipient.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamsRecipient.
The following fields are required:
.msTeams()
-
-
-
-