Class DeleteContentImportSourceRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.aicontent.requests.DeleteContentImportSourceRequest.Builder
-
- All Implemented Interfaces:
DeleteContentImportSourceRequest._FinalStage,DeleteContentImportSourceRequest.IdStage
- Enclosing class:
- DeleteContentImportSourceRequest
public static final class DeleteContentImportSourceRequest.Builder extends java.lang.Object implements DeleteContentImportSourceRequest.IdStage, DeleteContentImportSourceRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteContentImportSourceRequestbuild()DeleteContentImportSourceRequest.Builderfrom(DeleteContentImportSourceRequest other)DeleteContentImportSourceRequest._FinalStageid(java.lang.String id)The unique identifier for the content import source which is given by Intercom.
-
-
-
Method Detail
-
from
public DeleteContentImportSourceRequest.Builder from(DeleteContentImportSourceRequest other)
- Specified by:
fromin interfaceDeleteContentImportSourceRequest.IdStage
-
id
public DeleteContentImportSourceRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier for the content import source which is given by Intercom.
The unique identifier for the content import source which is given by Intercom.
- Specified by:
idin interfaceDeleteContentImportSourceRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DeleteContentImportSourceRequest build()
- Specified by:
buildin interfaceDeleteContentImportSourceRequest._FinalStage
-
-