Class Newsfeed.Builder
java.lang.Object
com.intercom.api.resources.news.types.Newsfeed.Builder
- All Implemented Interfaces:
Newsfeed._FinalStage,Newsfeed.CreatedAtStage,Newsfeed.IdStage,Newsfeed.NameStage
- Enclosing class:
Newsfeed
public static final class Newsfeed.Builder
extends Object
implements Newsfeed.IdStage, Newsfeed.NameStage, Newsfeed.CreatedAtStage, Newsfeed._FinalStage
-
Method Details
-
from
- Specified by:
fromin interfaceNewsfeed.IdStage
-
id
The unique identifier for the newsfeed which is given by Intercom.
- Specified by:
idin interfaceNewsfeed.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
The name of the newsfeed. This name will never be visible to your users.
- Specified by:
namein interfaceNewsfeed.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
Timestamp for when the newsfeed was created.
- Specified by:
createdAtin interfaceNewsfeed.CreatedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
updatedAt
Timestamp for when the newsfeed was last updated.
- Specified by:
updatedAtin interfaceNewsfeed._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
updatedAt
- Specified by:
updatedAtin interfaceNewsfeed._FinalStage
-
build
- Specified by:
buildin interfaceNewsfeed._FinalStage
-