Package io.lindstrom.m3u8.model
Class Skip.Builder
java.lang.Object
io.lindstrom.m3u8.model.Skip.Builder
- Enclosing interface:
- Skip
public static class Skip.Builder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Skip.BuilderaddAllRecentlyRemovedDateRanges(java.lang.Iterable<java.lang.String> arg0)Skip.BuilderaddRecentlyRemovedDateRanges(java.lang.String arg0)Skip.BuilderaddRecentlyRemovedDateRanges(java.lang.String... arg0)Skipbuild()Skip.Builderfrom(Skip arg0)Skip.BuilderrecentlyRemovedDateRanges(java.lang.Iterable<java.lang.String> arg0)Skip.BuilderskippedSegments(long arg0)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
skippedSegments
-
addRecentlyRemovedDateRanges
-
addRecentlyRemovedDateRanges
-
recentlyRemovedDateRanges
-
addAllRecentlyRemovedDateRanges
public final Skip.Builder addAllRecentlyRemovedDateRanges(java.lang.Iterable<java.lang.String> arg0) -
build
-