Class UpdateContentImportSourceRequest
- java.lang.Object
-
- com.intercom.api.resources.unstable.aicontent.requests.UpdateContentImportSourceRequest
-
public final class UpdateContentImportSourceRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateContentImportSourceRequest._FinalStagestatic classUpdateContentImportSourceRequest.Builderstatic interfaceUpdateContentImportSourceRequest.IdStagestatic classUpdateContentImportSourceRequest.Statusstatic classUpdateContentImportSourceRequest.SyncBehaviorstatic interfaceUpdateContentImportSourceRequest.SyncBehaviorStagestatic interfaceUpdateContentImportSourceRequest.UrlStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateContentImportSourceRequest.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetId()java.util.Optional<UpdateContentImportSourceRequest.Status>getStatus()UpdateContentImportSourceRequest.SyncBehaviorgetSyncBehavior()java.lang.StringgetUrl()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Returns:
- The unique identifier for the content import source which is given by Intercom.
-
getSyncBehavior
public UpdateContentImportSourceRequest.SyncBehavior getSyncBehavior()
- Returns:
- If you intend to create or update External Pages via the API, this should be set to
api. You can not change the value to or from api.
-
getStatus
public java.util.Optional<UpdateContentImportSourceRequest.Status> getStatus()
- Returns:
- The status of the content import source.
-
getUrl
public java.lang.String getUrl()
- Returns:
- The URL of the content import source. This may only be different from the existing value if the sync behavior is API.
-
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 UpdateContentImportSourceRequest.IdStage builder()
-
-