Class ExternalLinks.Builder
- java.lang.Object
-
- com.rivet.api.resources.group.common.types.ExternalLinks.Builder
-
- All Implemented Interfaces:
ExternalLinks._FinalStage,ExternalLinks.ProfileStage
- Enclosing class:
- ExternalLinks
public static final class ExternalLinks.Builder extends java.lang.Object implements ExternalLinks.ProfileStage, ExternalLinks._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalLinksbuild()ExternalLinks.Builderfrom(ExternalLinks other)ExternalLinks._FinalStageprofile(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._FinalStage 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.
-
build
public ExternalLinks build()
- Specified by:
buildin interfaceExternalLinks._FinalStage
-
-