Class ContentImportSource
- java.lang.Object
-
- com.intercom.api.resources.aicontent.types.ContentImportSource
-
public final class ContentImportSource extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContentImportSource._FinalStagestatic classContentImportSource.Builderstatic interfaceContentImportSource.CreatedAtStagestatic interfaceContentImportSource.IdStagestatic interfaceContentImportSource.LastSyncedAtStagestatic classContentImportSource.Statusstatic interfaceContentImportSource.StatusStagestatic classContentImportSource.SyncBehaviorstatic interfaceContentImportSource.SyncBehaviorStagestatic interfaceContentImportSource.UpdatedAtStagestatic interfaceContentImportSource.UrlStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentImportSource.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()intgetCreatedAt()intgetId()intgetLastSyncedAt()ContentImportSource.StatusgetStatus()ContentImportSource.SyncBehaviorgetSyncBehavior()java.lang.StringgetType()intgetUpdatedAt()java.lang.StringgetUrl()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Returns:
- Always external_page
-
getId
public int getId()
- Returns:
- The unique identifier for the content import source which is given by Intercom.
-
getLastSyncedAt
public int getLastSyncedAt()
- Returns:
- The time when the content import source was last synced.
-
getSyncBehavior
public ContentImportSource.SyncBehavior getSyncBehavior()
- Returns:
- If you intend to create or update External Pages via the API, this should be set to
api.
-
getStatus
public ContentImportSource.Status getStatus()
- Returns:
- The status of the content import source.
-
getUrl
public java.lang.String getUrl()
- Returns:
- The URL of the root of the external source.
-
getCreatedAt
public int getCreatedAt()
- Returns:
- The time when the content import source was created.
-
getUpdatedAt
public int getUpdatedAt()
- Returns:
- The time when the content import source was last updated.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ContentImportSource.IdStage builder()
-
-