Package com.streamlayer.interactive.feed
Class QuestionSubscription.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<QuestionSubscription,QuestionSubscription.Builder>
-
- com.streamlayer.interactive.feed.QuestionSubscription.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,QuestionSubscriptionOrBuilder,java.lang.Cloneable
- Enclosing class:
- QuestionSubscription
public static final class QuestionSubscription.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<QuestionSubscription,QuestionSubscription.Builder> implements QuestionSubscriptionOrBuilder
Protobuf typestreamlayer.interactive.feed.QuestionSubscription
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuestionSubscription.BuilderclearQuestion().streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];ExtendedQuestiongetQuestion().streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];booleanhasQuestion().streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];QuestionSubscription.BuildermergeQuestion(ExtendedQuestion value).streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];QuestionSubscription.BuildersetQuestion(ExtendedQuestion value).streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];QuestionSubscription.BuildersetQuestion(ExtendedQuestion.Builder builderForValue).streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
hasQuestion
public boolean hasQuestion()
.streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];- Specified by:
hasQuestionin interfaceQuestionSubscriptionOrBuilder- Returns:
- Whether the question field is set.
-
getQuestion
public ExtendedQuestion getQuestion()
.streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];- Specified by:
getQuestionin interfaceQuestionSubscriptionOrBuilder- Returns:
- The question.
-
setQuestion
public QuestionSubscription.Builder setQuestion(ExtendedQuestion value)
.streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
-
setQuestion
public QuestionSubscription.Builder setQuestion(ExtendedQuestion.Builder builderForValue)
.streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
-
mergeQuestion
public QuestionSubscription.Builder mergeQuestion(ExtendedQuestion value)
.streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
-
clearQuestion
public QuestionSubscription.Builder clearQuestion()
.streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
-
-