Class GetWebhookRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GetWebhookRequest,GetWebhookRequest.Builder>
-
- com.streamlayer.sdkSettings.organization.webhooks.GetWebhookRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GetWebhookRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- GetWebhookRequest
public static final class GetWebhookRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GetWebhookRequest,GetWebhookRequest.Builder> implements GetWebhookRequestOrBuilder
Protobuf typestreamlayer.sdkSettings.organization.webhooks.GetWebhookRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetWebhookRequest.BuilderclearEventId()optional uint64 event_id = 2 [json_name = "eventId"];GetWebhookRequest.BuilderclearOrganizationId()string organization_id = 1 [json_name = "organizationId"];GetWebhookRequest.BuilderclearQuestionId()optional string question_id = 3 [json_name = "questionId"];longgetEventId()optional uint64 event_id = 2 [json_name = "eventId"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetQuestionId()optional string question_id = 3 [json_name = "questionId"];com.google.protobuf.ByteStringgetQuestionIdBytes()optional string question_id = 3 [json_name = "questionId"];booleanhasEventId()optional uint64 event_id = 2 [json_name = "eventId"];booleanhasQuestionId()optional string question_id = 3 [json_name = "questionId"];GetWebhookRequest.BuildersetEventId(long value)optional uint64 event_id = 2 [json_name = "eventId"];GetWebhookRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 1 [json_name = "organizationId"];GetWebhookRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 1 [json_name = "organizationId"];GetWebhookRequest.BuildersetQuestionId(java.lang.String value)optional string question_id = 3 [json_name = "questionId"];GetWebhookRequest.BuildersetQuestionIdBytes(com.google.protobuf.ByteString value)optional string question_id = 3 [json_name = "questionId"];-
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
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceGetWebhookRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceGetWebhookRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public GetWebhookRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public GetWebhookRequest.Builder clearOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public GetWebhookRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasEventId
public boolean hasEventId()
optional uint64 event_id = 2 [json_name = "eventId"];- Specified by:
hasEventIdin interfaceGetWebhookRequestOrBuilder- Returns:
- Whether the eventId field is set.
-
getEventId
public long getEventId()
optional uint64 event_id = 2 [json_name = "eventId"];- Specified by:
getEventIdin interfaceGetWebhookRequestOrBuilder- Returns:
- The eventId.
-
setEventId
public GetWebhookRequest.Builder setEventId(long value)
optional uint64 event_id = 2 [json_name = "eventId"];- Parameters:
value- The eventId to set.- Returns:
- This builder for chaining.
-
clearEventId
public GetWebhookRequest.Builder clearEventId()
optional uint64 event_id = 2 [json_name = "eventId"];- Returns:
- This builder for chaining.
-
hasQuestionId
public boolean hasQuestionId()
optional string question_id = 3 [json_name = "questionId"];- Specified by:
hasQuestionIdin interfaceGetWebhookRequestOrBuilder- Returns:
- Whether the questionId field is set.
-
getQuestionId
public java.lang.String getQuestionId()
optional string question_id = 3 [json_name = "questionId"];- Specified by:
getQuestionIdin interfaceGetWebhookRequestOrBuilder- Returns:
- The questionId.
-
getQuestionIdBytes
public com.google.protobuf.ByteString getQuestionIdBytes()
optional string question_id = 3 [json_name = "questionId"];- Specified by:
getQuestionIdBytesin interfaceGetWebhookRequestOrBuilder- Returns:
- The bytes for questionId.
-
setQuestionId
public GetWebhookRequest.Builder setQuestionId(java.lang.String value)
optional string question_id = 3 [json_name = "questionId"];- Parameters:
value- The questionId to set.- Returns:
- This builder for chaining.
-
clearQuestionId
public GetWebhookRequest.Builder clearQuestionId()
optional string question_id = 3 [json_name = "questionId"];- Returns:
- This builder for chaining.
-
setQuestionIdBytes
public GetWebhookRequest.Builder setQuestionIdBytes(com.google.protobuf.ByteString value)
optional string question_id = 3 [json_name = "questionId"];- Parameters:
value- The bytes for questionId to set.- Returns:
- This builder for chaining.
-
-