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