Class MsTeamsChannelData.Connection.MsTeamsTokenConnection
-
- All Implemented Interfaces:
public final class MsTeamsChannelData.Connection.MsTeamsTokenConnectionMicrosoft Teams token connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamsChannelData.Connection.MsTeamsTokenConnection.BuilderA builder for MsTeamsTokenConnection.
-
Method Summary
-
-
Method Detail
-
msTeamsChannelId
final Optional<String> msTeamsChannelId()
Microsoft Teams channel ID.
-
msTeamsTeamId
final Optional<String> msTeamsTeamId()
Microsoft Teams team ID.
-
msTeamsTenantId
final Optional<String> msTeamsTenantId()
Microsoft Teams tenant ID.
-
msTeamsUserId
final Optional<String> msTeamsUserId()
Microsoft Teams user ID.
-
_msTeamsChannelId
final JsonField<String> _msTeamsChannelId()
Returns the raw JSON value of msTeamsChannelId.
Unlike msTeamsChannelId, this method doesn't throw if the JSON field has an unexpected type.
-
_msTeamsTeamId
final JsonField<String> _msTeamsTeamId()
Returns the raw JSON value of msTeamsTeamId.
Unlike msTeamsTeamId, 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.
-
_msTeamsUserId
final JsonField<String> _msTeamsUserId()
Returns the raw JSON value of msTeamsUserId.
Unlike msTeamsUserId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MsTeamsChannelData.Connection.MsTeamsTokenConnection.Builder toBuilder()
-
validate
final MsTeamsChannelData.Connection.MsTeamsTokenConnection validate()
-
builder
final static MsTeamsChannelData.Connection.MsTeamsTokenConnection.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamsTokenConnection.
-
-
-
-