public final class

TimelineBuilders.TimelineEntry.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.builders.TimelineBuilders.TimelineEntry.Builder

Overview

Builder for TimelineBuilders.TimelineEntry

Summary

Methods
public TimelineBuilders.TimelineEntrybuild()

Builds an instance from accumulated values.

public TimelineBuilders.TimelineEntry.BuildersetLayout(LayoutElementBuilders.Layout.Builder layoutBuilder)

Sets the contents of this timeline entry.

public TimelineBuilders.TimelineEntry.BuildersetLayout(LayoutElementBuilders.Layout layout)

Sets the contents of this timeline entry.

public TimelineBuilders.TimelineEntry.BuildersetValidity(TimelineBuilders.TimeInterval.Builder validityBuilder)

Sets the validity period for this timeline entry.

public TimelineBuilders.TimelineEntry.BuildersetValidity(TimelineBuilders.TimeInterval validity)

Sets the validity period for this timeline entry.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

Sets the validity period for this timeline entry.

Sets the validity period for this timeline entry.

Sets the contents of this timeline entry.

Sets the contents of this timeline entry.

Builds an instance from accumulated values.