Class SendNotificationRequest.CreateRequestData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SendNotificationRequest.CreateRequestData,SendNotificationRequest.CreateRequestData.Builder>
-
- com.streamlayer.analytics.notifications.v1.SendNotificationRequest.CreateRequestData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SendNotificationRequest.CreateRequestDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- SendNotificationRequest.CreateRequestData
public static final class SendNotificationRequest.CreateRequestData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SendNotificationRequest.CreateRequestData,SendNotificationRequest.CreateRequestData.Builder> implements SendNotificationRequest.CreateRequestDataOrBuilder
Protobuf typestreamlayer.analytics.v1.notifications.SendNotificationRequest.CreateRequestData
-
-
Method Summary
-
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
-
getEventId
public long getEventId()
sports event id
uint64 event_id = 1 [json_name = "eventId"];- Specified by:
getEventIdin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The eventId.
-
setEventId
public SendNotificationRequest.CreateRequestData.Builder setEventId(long value)
sports event id
uint64 event_id = 1 [json_name = "eventId"];- Parameters:
value- The eventId to set.- Returns:
- This builder for chaining.
-
clearEventId
public SendNotificationRequest.CreateRequestData.Builder clearEventId()
sports event id
uint64 event_id = 1 [json_name = "eventId"];- Returns:
- This builder for chaining.
-
getUserId
public long getUserId()
user id
uint64 user_id = 2 [json_name = "userId"];- Specified by:
getUserIdin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The userId.
-
setUserId
public SendNotificationRequest.CreateRequestData.Builder setUserId(long value)
user id
uint64 user_id = 2 [json_name = "userId"];- Parameters:
value- The userId to set.- Returns:
- This builder for chaining.
-
clearUserId
public SendNotificationRequest.CreateRequestData.Builder clearUserId()
user id
uint64 user_id = 2 [json_name = "userId"];- Returns:
- This builder for chaining.
-
getCategoryValue
public int getCategoryValue()
category
.streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];- Specified by:
getCategoryValuein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for category.
-
setCategoryValue
public SendNotificationRequest.CreateRequestData.Builder setCategoryValue(int value)
category
.streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];- Parameters:
value- The category to set.- Returns:
- This builder for chaining.
-
getCategory
public Category getCategory()
category
.streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];- Specified by:
getCategoryin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The category.
-
setCategory
public SendNotificationRequest.CreateRequestData.Builder setCategory(Category value)
category
.streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];- Parameters:
value- The enum numeric value on the wire for category to set.- Returns:
- This builder for chaining.
-
clearCategory
public SendNotificationRequest.CreateRequestData.Builder clearCategory()
category
.streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];- Returns:
- This builder for chaining.
-
getNotificationKindValue
public int getNotificationKindValue()
notification kind
.streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 4 [json_name = "notificationKind"];- Specified by:
getNotificationKindValuein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for notificationKind.
-
setNotificationKindValue
public SendNotificationRequest.CreateRequestData.Builder setNotificationKindValue(int value)
notification kind
.streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 4 [json_name = "notificationKind"];- Parameters:
value- The notificationKind to set.- Returns:
- This builder for chaining.
-
getNotificationKind
public NotificationKind getNotificationKind()
notification kind
.streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 4 [json_name = "notificationKind"];- Specified by:
getNotificationKindin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The notificationKind.
-
setNotificationKind
public SendNotificationRequest.CreateRequestData.Builder setNotificationKind(NotificationKind value)
notification kind
.streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 4 [json_name = "notificationKind"];- Parameters:
value- The enum numeric value on the wire for notificationKind to set.- Returns:
- This builder for chaining.
-
clearNotificationKind
public SendNotificationRequest.CreateRequestData.Builder clearNotificationKind()
notification kind
.streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 4 [json_name = "notificationKind"];- Returns:
- This builder for chaining.
-
getNotificationTypeValue
public int getNotificationTypeValue()
notification type
.streamlayer.analytics.v1.notifications.NotificationType notification_type = 5 [json_name = "notificationType"];- Specified by:
getNotificationTypeValuein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for notificationType.
-
setNotificationTypeValue
public SendNotificationRequest.CreateRequestData.Builder setNotificationTypeValue(int value)
notification type
.streamlayer.analytics.v1.notifications.NotificationType notification_type = 5 [json_name = "notificationType"];- Parameters:
value- The notificationType to set.- Returns:
- This builder for chaining.
-
getNotificationType
public NotificationType getNotificationType()
notification type
.streamlayer.analytics.v1.notifications.NotificationType notification_type = 5 [json_name = "notificationType"];- Specified by:
getNotificationTypein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The notificationType.
-
setNotificationType
public SendNotificationRequest.CreateRequestData.Builder setNotificationType(NotificationType value)
notification type
.streamlayer.analytics.v1.notifications.NotificationType notification_type = 5 [json_name = "notificationType"];- Parameters:
value- The enum numeric value on the wire for notificationType to set.- Returns:
- This builder for chaining.
-
clearNotificationType
public SendNotificationRequest.CreateRequestData.Builder clearNotificationType()
notification type
.streamlayer.analytics.v1.notifications.NotificationType notification_type = 5 [json_name = "notificationType"];- Returns:
- This builder for chaining.
-
getKindValue
public int getKindValue()
kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"];- Specified by:
getKindValuein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for kind.
-
setKindValue
public SendNotificationRequest.CreateRequestData.Builder setKindValue(int value)
kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"];- Parameters:
value- The kind to set.- Returns:
- This builder for chaining.
-
getKind
public Kind getKind()
kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"];- Specified by:
getKindin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The kind.
-
setKind
public SendNotificationRequest.CreateRequestData.Builder setKind(Kind value)
kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"];- Parameters:
value- The enum numeric value on the wire for kind to set.- Returns:
- This builder for chaining.
-
clearKind
public SendNotificationRequest.CreateRequestData.Builder clearKind()
kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"];- Returns:
- This builder for chaining.
-
hasTrackTimestamp
public boolean hasTrackTimestamp()
track timestamp
.google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];- Specified by:
hasTrackTimestampin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- Whether the trackTimestamp field is set.
-
getTrackTimestamp
public com.google.protobuf.Timestamp getTrackTimestamp()
track timestamp
.google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];- Specified by:
getTrackTimestampin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The trackTimestamp.
-
setTrackTimestamp
public SendNotificationRequest.CreateRequestData.Builder setTrackTimestamp(com.google.protobuf.Timestamp value)
track timestamp
.google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];
-
setTrackTimestamp
public SendNotificationRequest.CreateRequestData.Builder setTrackTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
track timestamp
.google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];
-
mergeTrackTimestamp
public SendNotificationRequest.CreateRequestData.Builder mergeTrackTimestamp(com.google.protobuf.Timestamp value)
track timestamp
.google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];
-
clearTrackTimestamp
public SendNotificationRequest.CreateRequestData.Builder clearTrackTimestamp()
track timestamp
.google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];
-
getDeviceId
public java.lang.String getDeviceId()
device id
string device_id = 8 [json_name = "deviceId"];- Specified by:
getDeviceIdin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The deviceId.
-
getDeviceIdBytes
public com.google.protobuf.ByteString getDeviceIdBytes()
device id
string device_id = 8 [json_name = "deviceId"];- Specified by:
getDeviceIdBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for deviceId.
-
setDeviceId
public SendNotificationRequest.CreateRequestData.Builder setDeviceId(java.lang.String value)
device id
string device_id = 8 [json_name = "deviceId"];- Parameters:
value- The deviceId to set.- Returns:
- This builder for chaining.
-
clearDeviceId
public SendNotificationRequest.CreateRequestData.Builder clearDeviceId()
device id
string device_id = 8 [json_name = "deviceId"];- Returns:
- This builder for chaining.
-
setDeviceIdBytes
public SendNotificationRequest.CreateRequestData.Builder setDeviceIdBytes(com.google.protobuf.ByteString value)
device id
string device_id = 8 [json_name = "deviceId"];- Parameters:
value- The bytes for deviceId to set.- Returns:
- This builder for chaining.
-
getOs
public java.lang.String getOs()
operating system
string os = 9 [json_name = "os"];- Specified by:
getOsin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The os.
-
getOsBytes
public com.google.protobuf.ByteString getOsBytes()
operating system
string os = 9 [json_name = "os"];- Specified by:
getOsBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for os.
-
setOs
public SendNotificationRequest.CreateRequestData.Builder setOs(java.lang.String value)
operating system
string os = 9 [json_name = "os"];- Parameters:
value- The os to set.- Returns:
- This builder for chaining.
-
clearOs
public SendNotificationRequest.CreateRequestData.Builder clearOs()
operating system
string os = 9 [json_name = "os"];- Returns:
- This builder for chaining.
-
setOsBytes
public SendNotificationRequest.CreateRequestData.Builder setOsBytes(com.google.protobuf.ByteString value)
operating system
string os = 9 [json_name = "os"];- Parameters:
value- The bytes for os to set.- Returns:
- This builder for chaining.
-
getUserAgent
public java.lang.String getUserAgent()
user agent
string user_agent = 10 [json_name = "userAgent"];- Specified by:
getUserAgentin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The userAgent.
-
getUserAgentBytes
public com.google.protobuf.ByteString getUserAgentBytes()
user agent
string user_agent = 10 [json_name = "userAgent"];- Specified by:
getUserAgentBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for userAgent.
-
setUserAgent
public SendNotificationRequest.CreateRequestData.Builder setUserAgent(java.lang.String value)
user agent
string user_agent = 10 [json_name = "userAgent"];- Parameters:
value- The userAgent to set.- Returns:
- This builder for chaining.
-
clearUserAgent
public SendNotificationRequest.CreateRequestData.Builder clearUserAgent()
user agent
string user_agent = 10 [json_name = "userAgent"];- Returns:
- This builder for chaining.
-
setUserAgentBytes
public SendNotificationRequest.CreateRequestData.Builder setUserAgentBytes(com.google.protobuf.ByteString value)
user agent
string user_agent = 10 [json_name = "userAgent"];- Parameters:
value- The bytes for userAgent to set.- Returns:
- This builder for chaining.
-
getSlSdkVersion
public java.lang.String getSlSdkVersion()
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Specified by:
getSlSdkVersionin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The slSdkVersion.
-
getSlSdkVersionBytes
public com.google.protobuf.ByteString getSlSdkVersionBytes()
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Specified by:
getSlSdkVersionBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for slSdkVersion.
-
setSlSdkVersion
public SendNotificationRequest.CreateRequestData.Builder setSlSdkVersion(java.lang.String value)
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Parameters:
value- The slSdkVersion to set.- Returns:
- This builder for chaining.
-
clearSlSdkVersion
public SendNotificationRequest.CreateRequestData.Builder clearSlSdkVersion()
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Returns:
- This builder for chaining.
-
setSlSdkVersionBytes
public SendNotificationRequest.CreateRequestData.Builder setSlSdkVersionBytes(com.google.protobuf.ByteString value)
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Parameters:
value- The bytes for slSdkVersion to set.- Returns:
- This builder for chaining.
-
getSessionId
public java.lang.String getSessionId()
session id
string session_id = 12 [json_name = "sessionId"];- Specified by:
getSessionIdin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The sessionId.
-
getSessionIdBytes
public com.google.protobuf.ByteString getSessionIdBytes()
session id
string session_id = 12 [json_name = "sessionId"];- Specified by:
getSessionIdBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for sessionId.
-
setSessionId
public SendNotificationRequest.CreateRequestData.Builder setSessionId(java.lang.String value)
session id
string session_id = 12 [json_name = "sessionId"];- Parameters:
value- The sessionId to set.- Returns:
- This builder for chaining.
-
clearSessionId
public SendNotificationRequest.CreateRequestData.Builder clearSessionId()
session id
string session_id = 12 [json_name = "sessionId"];- Returns:
- This builder for chaining.
-
setSessionIdBytes
public SendNotificationRequest.CreateRequestData.Builder setSessionIdBytes(com.google.protobuf.ByteString value)
session id
string session_id = 12 [json_name = "sessionId"];- Parameters:
value- The bytes for sessionId to set.- Returns:
- This builder for chaining.
-
getOverlaySessionId
public java.lang.String getOverlaySessionId()
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Specified by:
getOverlaySessionIdin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The overlaySessionId.
-
getOverlaySessionIdBytes
public com.google.protobuf.ByteString getOverlaySessionIdBytes()
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Specified by:
getOverlaySessionIdBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for overlaySessionId.
-
setOverlaySessionId
public SendNotificationRequest.CreateRequestData.Builder setOverlaySessionId(java.lang.String value)
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Parameters:
value- The overlaySessionId to set.- Returns:
- This builder for chaining.
-
clearOverlaySessionId
public SendNotificationRequest.CreateRequestData.Builder clearOverlaySessionId()
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Returns:
- This builder for chaining.
-
setOverlaySessionIdBytes
public SendNotificationRequest.CreateRequestData.Builder setOverlaySessionIdBytes(com.google.protobuf.ByteString value)
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Parameters:
value- The bytes for overlaySessionId to set.- Returns:
- This builder for chaining.
-
getTopicId
public java.lang.String getTopicId()
topic id
string topic_id = 14 [json_name = "topicId"];- Specified by:
getTopicIdin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The topicId.
-
getTopicIdBytes
public com.google.protobuf.ByteString getTopicIdBytes()
topic id
string topic_id = 14 [json_name = "topicId"];- Specified by:
getTopicIdBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for topicId.
-
setTopicId
public SendNotificationRequest.CreateRequestData.Builder setTopicId(java.lang.String value)
topic id
string topic_id = 14 [json_name = "topicId"];- Parameters:
value- The topicId to set.- Returns:
- This builder for chaining.
-
clearTopicId
public SendNotificationRequest.CreateRequestData.Builder clearTopicId()
topic id
string topic_id = 14 [json_name = "topicId"];- Returns:
- This builder for chaining.
-
setTopicIdBytes
public SendNotificationRequest.CreateRequestData.Builder setTopicIdBytes(com.google.protobuf.ByteString value)
topic id
string topic_id = 14 [json_name = "topicId"];- Parameters:
value- The bytes for topicId to set.- Returns:
- This builder for chaining.
-
getTopicTypeValue
public int getTopicTypeValue()
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 21 [json_name = "topicType"];- Specified by:
getTopicTypeValuein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for topicType.
-
setTopicTypeValue
public SendNotificationRequest.CreateRequestData.Builder setTopicTypeValue(int value)
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 21 [json_name = "topicType"];- Parameters:
value- The topicType to set.- Returns:
- This builder for chaining.
-
getTopicType
public TopicType getTopicType()
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 21 [json_name = "topicType"];- Specified by:
getTopicTypein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The topicType.
-
setTopicType
public SendNotificationRequest.CreateRequestData.Builder setTopicType(TopicType value)
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 21 [json_name = "topicType"];- Parameters:
value- The enum numeric value on the wire for topicType to set.- Returns:
- This builder for chaining.
-
clearTopicType
public SendNotificationRequest.CreateRequestData.Builder clearTopicType()
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 21 [json_name = "topicType"];- Returns:
- This builder for chaining.
-
getUserIdStr
public java.lang.String getUserIdStr()
user id as String
string user_id_str = 19 [json_name = "userIdStr"];- Specified by:
getUserIdStrin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The userIdStr.
-
getUserIdStrBytes
public com.google.protobuf.ByteString getUserIdStrBytes()
user id as String
string user_id_str = 19 [json_name = "userIdStr"];- Specified by:
getUserIdStrBytesin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for userIdStr.
-
setUserIdStr
public SendNotificationRequest.CreateRequestData.Builder setUserIdStr(java.lang.String value)
user id as String
string user_id_str = 19 [json_name = "userIdStr"];- Parameters:
value- The userIdStr to set.- Returns:
- This builder for chaining.
-
clearUserIdStr
public SendNotificationRequest.CreateRequestData.Builder clearUserIdStr()
user id as String
string user_id_str = 19 [json_name = "userIdStr"];- Returns:
- This builder for chaining.
-
setUserIdStrBytes
public SendNotificationRequest.CreateRequestData.Builder setUserIdStrBytes(com.google.protobuf.ByteString value)
user id as String
string user_id_str = 19 [json_name = "userIdStr"];- Parameters:
value- The bytes for userIdStr to set.- Returns:
- This builder for chaining.
-
getScreenOrientationValue
public int getScreenOrientationValue()
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 20 [json_name = "screenOrientation"];- Specified by:
getScreenOrientationValuein interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for screenOrientation.
-
setScreenOrientationValue
public SendNotificationRequest.CreateRequestData.Builder setScreenOrientationValue(int value)
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 20 [json_name = "screenOrientation"];- Parameters:
value- The screenOrientation to set.- Returns:
- This builder for chaining.
-
getScreenOrientation
public ScreenOrientation getScreenOrientation()
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 20 [json_name = "screenOrientation"];- Specified by:
getScreenOrientationin interfaceSendNotificationRequest.CreateRequestDataOrBuilder- Returns:
- The screenOrientation.
-
setScreenOrientation
public SendNotificationRequest.CreateRequestData.Builder setScreenOrientation(ScreenOrientation value)
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 20 [json_name = "screenOrientation"];- Parameters:
value- The enum numeric value on the wire for screenOrientation to set.- Returns:
- This builder for chaining.
-
clearScreenOrientation
public SendNotificationRequest.CreateRequestData.Builder clearScreenOrientation()
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 20 [json_name = "screenOrientation"];- Returns:
- This builder for chaining.
-
-