AddonMeetingInfo.Builder

@AutoValue.Builder
@PublicApi
abstract class AddonMeetingInfo.Builder


Builder for AddonMeetingInfo.

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

Summary

Public constructors

Public functions

abstract AddonMeetingInfo!

Builds new AddonMeetingInfo.

abstract AddonMeetingInfo.Builder!

Sets the value for meetingCode.

abstract AddonMeetingInfo.Builder!

Sets the value for meetingStatus.

abstract AddonMeetingInfo.Builder!

Sets the value for meetingUrl.

Public constructors

Builder

Builder()

Public functions

build

abstract fun build(): AddonMeetingInfo!

Builds new AddonMeetingInfo.

setMeetingCode

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

Sets the value for meetingCode.

setMeetingStatus

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

Sets the value for meetingStatus.

setMeetingUrl

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

Sets the value for meetingUrl.