AddonMeetingInfo.Builder

@AutoValue.Builder
@PublicApi
abstract class AddonMeetingInfo.Builder


Costruttore per AddonMeetingInfo.

Questa opzione è disponibile per i consumer delle API per semplificare i test.

Riepilogo

Costruttori pubblici

Funzioni pubbliche

abstract AddonMeetingInfo!

Crea nuovo AddonMeetingInfo.

abstract AddonMeetingInfo.Builder!

Imposta il valore per initialCoDoingState.

abstract AddonMeetingInfo.Builder!

Imposta il valore per initialCoWatchingState.

abstract AddonMeetingInfo.Builder!

Imposta il valore per meetingCode.

abstract AddonMeetingInfo.Builder!

Imposta il valore per meetingStatus.

abstract AddonMeetingInfo.Builder!

Imposta il valore per meetingUrl.

Costruttori pubblici

Builder

Builder()

Funzioni pubbliche

build

abstract fun build(): AddonMeetingInfo!

Crea nuovo AddonMeetingInfo.

setInitialCoDoingState

abstract fun setInitialCoDoingState(value: CoDoingState!): AddonMeetingInfo.Builder!

Imposta il valore per initialCoDoingState.

setInitialCoWatchingState

abstract fun setInitialCoWatchingState(value: CoWatchingState!): AddonMeetingInfo.Builder!

Imposta il valore per initialCoWatchingState.

setMeetingCode

abstract fun setMeetingCode(value: String!): AddonMeetingInfo.Builder!

Imposta il valore per meetingCode.

setMeetingStatus

abstract fun setMeetingStatus(value: AddonMeetingInfo.MeetingStatus!): AddonMeetingInfo.Builder!

Imposta il valore per meetingStatus.

setMeetingUrl

abstract fun setMeetingUrl(value: String!): AddonMeetingInfo.Builder!

Imposta il valore per meetingUrl.