Interface QuestionAutoPostStartOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionAutoPostStartOptions,QuestionAutoPostStartOptions.Builder
public interface QuestionAutoPostStartOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuestionAutoPostStartOptions.OptionsCasegetOptionsCase()QuestionAutoPostStartOptions.ScheduleOptionsgetSchedule().streamlayer.interactive.QuestionAutoPostStartOptions.ScheduleOptions schedule = 1 [json_name = "schedule"];booleanhasSchedule().streamlayer.interactive.QuestionAutoPostStartOptions.ScheduleOptions schedule = 1 [json_name = "schedule"];
-
-
-
Method Detail
-
hasSchedule
boolean hasSchedule()
.streamlayer.interactive.QuestionAutoPostStartOptions.ScheduleOptions schedule = 1 [json_name = "schedule"];- Returns:
- Whether the schedule field is set.
-
getSchedule
QuestionAutoPostStartOptions.ScheduleOptions getSchedule()
.streamlayer.interactive.QuestionAutoPostStartOptions.ScheduleOptions schedule = 1 [json_name = "schedule"];- Returns:
- The schedule.
-
getOptionsCase
QuestionAutoPostStartOptions.OptionsCase getOptionsCase()
-
-