AddonMeetingInfo.Builder

@AutoValue.Builder
@PublicApi
public abstract class AddonMeetingInfo.Builder



Builder for AddonMeetingInfo.

This is available to API consumers for ease-of-testing.

Summary

Public constructors

Public constructors

Builder

public Builder()

Public methods

build

public abstract AddonMeetingInfo build()

Builds new AddonMeetingInfo.

setInitialCoDoingState

public abstract AddonMeetingInfo.Builder setInitialCoDoingState(CoDoingState value)

Sets the value for initialCoDoingState.

setInitialCoWatchingState

public abstract AddonMeetingInfo.Builder setInitialCoWatchingState(CoWatchingState value)

Sets the value for initialCoWatchingState.

setMeetingCode

public abstract AddonMeetingInfo.Builder setMeetingCode(String value)

Sets the value for meetingCode.

setMeetingStatus

public abstract AddonMeetingInfo.Builder setMeetingStatus(AddonMeetingInfo.MeetingStatus value)

Sets the value for meetingStatus.

setMeetingUrl

public abstract AddonMeetingInfo.Builder setMeetingUrl(String value)

Sets the value for meetingUrl.