public class IntegrationMappingPartnerItemTeams extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
ID of the mapped item (of type referenced in `type`).
|
protected String |
tenantId
ID of the tenant that is registered with Microsoft Teams.
|
protected EnumWrapper<IntegrationMappingPartnerItemTeamsTypeField> |
type
Type of the mapped item referenced in `id`.
|
explicitlySetNullableFields| Constructor and Description |
|---|
IntegrationMappingPartnerItemTeams(EnumWrapper<IntegrationMappingPartnerItemTeamsTypeField> type,
String id,
String tenantId) |
IntegrationMappingPartnerItemTeams(IntegrationMappingPartnerItemTeamsTypeField type,
String id,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getTenantId() |
EnumWrapper<IntegrationMappingPartnerItemTeamsTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<IntegrationMappingPartnerItemTeamsTypeField> type
public IntegrationMappingPartnerItemTeams(IntegrationMappingPartnerItemTeamsTypeField type, String id, String tenantId)
public IntegrationMappingPartnerItemTeams(EnumWrapper<IntegrationMappingPartnerItemTeamsTypeField> type, String id, String tenantId)
public EnumWrapper<IntegrationMappingPartnerItemTeamsTypeField> getType()
public String getTenantId()