Class ExternalLinks.Builder
- java.lang.Object
-
- com.rivet.api.resources.group.common.types.ExternalLinks.Builder
-
- All Implemented Interfaces:
ExternalLinks._FinalStage,ExternalLinks.ChatStage,ExternalLinks.ProfileStage
- Enclosing class:
- ExternalLinks
public static final class ExternalLinks.Builder extends java.lang.Object implements ExternalLinks.ProfileStage, ExternalLinks.ChatStage, ExternalLinks._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalLinksbuild()ExternalLinks._FinalStagechat(java.lang.String chat)A link to this group's chat page.ExternalLinks.Builderfrom(ExternalLinks other)ExternalLinks.ChatStageprofile(java.lang.String profile)A link to this group's profile page.
-
-
-
Method Detail
-
from
public ExternalLinks.Builder from(ExternalLinks other)
- Specified by:
fromin interfaceExternalLinks.ProfileStage
-
profile
public ExternalLinks.ChatStage profile(java.lang.String profile)
A link to this group's profile page.
- Specified by:
profilein interfaceExternalLinks.ProfileStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
chat
public ExternalLinks._FinalStage chat(java.lang.String chat)
A link to this group's chat page.
- Specified by:
chatin interfaceExternalLinks.ChatStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ExternalLinks build()
- Specified by:
buildin interfaceExternalLinks._FinalStage
-
-