public class IntegrationMappingTeams extends IntegrationMappingBase
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationMappingTeams.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected FolderReference |
boxItem |
protected OffsetDateTime |
createdAt
When the integration mapping object was created.
|
protected EnumWrapper<IntegrationMappingTeamsIntegrationTypeField> |
integrationType
Identifies the Box partner app, with which the mapping is associated.
|
protected Boolean |
isOverriddenByManualMapping
Identifies whether the mapping has been manually set by the team owner from UI for channels (as
opposed to being automatically created).
|
protected OffsetDateTime |
modifiedAt
When the integration mapping object was last modified.
|
protected IntegrationMappingPartnerItemTeams |
partnerItem
Mapped item object for Teams.
|
id, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
IntegrationMappingTeams(IntegrationMappingTeams.Builder builder) |
|
IntegrationMappingTeams(String id,
IntegrationMappingPartnerItemTeams partnerItem,
FolderReference boxItem) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FolderReference |
getBoxItem() |
OffsetDateTime |
getCreatedAt() |
EnumWrapper<IntegrationMappingTeamsIntegrationTypeField> |
getIntegrationType() |
Boolean |
getIsOverriddenByManualMapping() |
OffsetDateTime |
getModifiedAt() |
IntegrationMappingPartnerItemTeams |
getPartnerItem() |
int |
hashCode() |
String |
toString() |
getId, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<IntegrationMappingTeamsIntegrationTypeField> integrationType
protected Boolean isOverriddenByManualMapping
protected final IntegrationMappingPartnerItemTeams partnerItem
protected final FolderReference boxItem
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
public IntegrationMappingTeams(String id, IntegrationMappingPartnerItemTeams partnerItem, FolderReference boxItem)
protected IntegrationMappingTeams(IntegrationMappingTeams.Builder builder)
public EnumWrapper<IntegrationMappingTeamsIntegrationTypeField> getIntegrationType()
public Boolean getIsOverriddenByManualMapping()
public IntegrationMappingPartnerItemTeams getPartnerItem()
public FolderReference getBoxItem()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public boolean equals(Object o)
equals in class IntegrationMappingBasepublic int hashCode()
hashCode in class IntegrationMappingBasepublic String toString()
toString in class IntegrationMappingBase