Class MsTeamsChannelData
-
- All Implemented Interfaces:
public final class MsTeamsChannelDataMicrosoft Teams channel connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamsChannelData.BuilderA builder for MsTeamsChannelData.
public final classMsTeamsChannelData.ConnectionMicrosoft Teams token connection.
-
Method Summary
Modifier and Type Method Description final List<MsTeamsChannelData.Connection>connections()List of Microsoft Teams connections. final Optional<String>msTeamsTenantId()Microsoft Teams tenant ID. final JsonField<List<MsTeamsChannelData.Connection>>_connections()Returns the raw JSON value of connections. final JsonField<String>_msTeamsTenantId()Returns the raw JSON value of msTeamsTenantId. final Map<String, JsonValue>_additionalProperties()final MsTeamsChannelData.BuildertoBuilder()final MsTeamsChannelDatavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamsChannelData.Builderbuilder()Returns a mutable builder for constructing an instance of MsTeamsChannelData. -
-
Method Detail
-
connections
final List<MsTeamsChannelData.Connection> connections()
List of Microsoft Teams connections.
-
msTeamsTenantId
final Optional<String> msTeamsTenantId()
Microsoft Teams tenant ID.
-
_connections
final JsonField<List<MsTeamsChannelData.Connection>> _connections()
Returns the raw JSON value of connections.
Unlike connections, this method doesn't throw if the JSON field has an unexpected type.
-
_msTeamsTenantId
final JsonField<String> _msTeamsTenantId()
Returns the raw JSON value of msTeamsTenantId.
Unlike msTeamsTenantId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MsTeamsChannelData.Builder toBuilder()
-
validate
final MsTeamsChannelData validate()
-
builder
final static MsTeamsChannelData.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamsChannelData.
The following fields are required:
.connections()
-
-
-
-