public static class RelatedLink.Builder extends Object
| Constructor and Description |
|---|
RelatedLink.Builder(RelatedLink.LinkType type,
String url) |
| Modifier and Type | Method and Description |
|---|---|
RelatedLink |
build() |
RelatedLink.Builder |
withDescription(String description) |
RelatedLink.Builder |
withImage(String image) |
RelatedLink.Builder |
withShortName(String shortName) |
RelatedLink.Builder |
withSourceId(String sourceId) |
RelatedLink.Builder |
withThumbnail(String thumbnail) |
RelatedLink.Builder |
withTitle(String title) |
public RelatedLink.Builder(RelatedLink.LinkType type, String url)
public RelatedLink.Builder withSourceId(String sourceId)
public RelatedLink.Builder withShortName(String shortName)
public RelatedLink.Builder withTitle(String title)
public RelatedLink.Builder withDescription(String description)
public RelatedLink.Builder withImage(String image)
public RelatedLink.Builder withThumbnail(String thumbnail)
public RelatedLink build()
Copyright © 2014. All rights reserved.