Interface ContentSource.UrlStage
-
- All Known Implementing Classes:
ContentSource.Builder
- Enclosing class:
- ContentSource
public static interface ContentSource.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentSource.Builderfrom(ContentSource other)ContentSource.TitleStageurl(java.lang.String url)The internal URL linking to the content source for teammates.
-
-
-
Method Detail
-
url
ContentSource.TitleStage url(@NotNull java.lang.String url)
The internal URL linking to the content source for teammates.
-
from
ContentSource.Builder from(ContentSource other)
-
-