- java.lang.Object
-
- io.lindstrom.mpd.data.ProgramInformation.Builder
-
- Enclosing class:
- ProgramInformation
public static class ProgramInformation.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description ProgramInformationbuild()ProgramInformation.BuilderwithCopyright(java.lang.String copyright)ProgramInformation.BuilderwithLang(java.lang.String lang)ProgramInformation.BuilderwithMoreInformationURL(java.lang.String moreInformationURL)ProgramInformation.BuilderwithSource(java.lang.String source)ProgramInformation.BuilderwithTitle(java.lang.String title)
-
-
-
Method Detail
-
withTitle
public ProgramInformation.Builder withTitle(java.lang.String title)
-
withSource
public ProgramInformation.Builder withSource(java.lang.String source)
-
withCopyright
public ProgramInformation.Builder withCopyright(java.lang.String copyright)
-
withLang
public ProgramInformation.Builder withLang(java.lang.String lang)
-
withMoreInformationURL
public ProgramInformation.Builder withMoreInformationURL(java.lang.String moreInformationURL)
-
build
public ProgramInformation build()
-
-