Package com.intercom.api.types
Class SocialProfile.Builder
java.lang.Object
com.intercom.api.types.SocialProfile.Builder
- All Implemented Interfaces:
SocialProfile._FinalStage,SocialProfile.NameStage,SocialProfile.UrlStage
- Enclosing class:
SocialProfile
public static final class SocialProfile.Builder
extends Object
implements SocialProfile.NameStage, SocialProfile.UrlStage, SocialProfile._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(SocialProfile other) The name of the Social media profileThe name of the Social media profile
-
Method Details
-
from
- Specified by:
fromin interfaceSocialProfile.NameStage
-
name
The name of the Social media profile
- Specified by:
namein interfaceSocialProfile.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
url
The name of the Social media profile
- Specified by:
urlin interfaceSocialProfile.UrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceSocialProfile._FinalStage
-