AddonMeetingInfo.Builder

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



سازنده برای AddonMeetingInfo .

این برای مصرف کنندگان API برای سهولت در آزمایش در دسترس است.

خلاصه

سازندگان عمومی

روش های عمومی

abstract AddonMeetingInfo
build ()

AddonMeetingInfo جدید می سازد.

abstract AddonMeetingInfo.Builder

مقدار initialCoDoingState را تنظیم می کند.

abstract AddonMeetingInfo.Builder

مقدار initialCoWatchingState را تنظیم می کند.

abstract AddonMeetingInfo.Builder

مقدار meetingCode را تنظیم می کند.

abstract AddonMeetingInfo.Builder

مقدار meetingStatus را تنظیم می کند.

abstract AddonMeetingInfo.Builder

مقدار meetingUrl را تنظیم می کند.

سازندگان عمومی

سازنده

public Builder()

روش های عمومی

ساختن

public abstract AddonMeetingInfo build()

AddonMeetingInfo جدید می سازد.

setInitialCoDoingState

public abstract AddonMeetingInfo.Builder setInitialCoDoingState(CoDoingState value)

مقدار initialCoDoingState را تنظیم می کند.

setInitialCoWatchingState

public abstract AddonMeetingInfo.Builder setInitialCoWatchingState(CoWatchingState value)

مقدار initialCoWatchingState را تنظیم می کند.

setMeetingCode

public abstract AddonMeetingInfo.Builder setMeetingCode(String value)

مقدار meetingCode را تنظیم می کند.

setMeetingStatus

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

مقدار meetingStatus را تنظیم می کند.

setMeetingUrl

public abstract AddonMeetingInfo.Builder setMeetingUrl(String value)

مقدار meetingUrl را تنظیم می کند.