Class CreateChannelRequest.CreateChannelRequestData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<CreateChannelRequest.CreateChannelRequestData,CreateChannelRequest.CreateChannelRequestData.Builder>
-
- com.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,CreateChannelRequest.CreateChannelRequestDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- CreateChannelRequest.CreateChannelRequestData
public static final class CreateChannelRequest.CreateChannelRequestData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<CreateChannelRequest.CreateChannelRequestData,CreateChannelRequest.CreateChannelRequestData.Builder> implements CreateChannelRequest.CreateChannelRequestDataOrBuilder
Protobuf typestreamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateChannelRequest.CreateChannelRequestData.BuilderclearAttributes().streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];CreateChannelRequest.CreateChannelRequestData.BuilderclearType()'channel'CreateChannelRequest.CreateChannelRequestAttributesgetAttributes().streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];java.lang.StringgetType()'channel'com.google.protobuf.ByteStringgetTypeBytes()'channel'booleanhasAttributes().streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];CreateChannelRequest.CreateChannelRequestData.BuildermergeAttributes(CreateChannelRequest.CreateChannelRequestAttributes value).streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];CreateChannelRequest.CreateChannelRequestData.BuildersetAttributes(CreateChannelRequest.CreateChannelRequestAttributes value).streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];CreateChannelRequest.CreateChannelRequestData.BuildersetAttributes(CreateChannelRequest.CreateChannelRequestAttributes.Builder builderForValue).streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];CreateChannelRequest.CreateChannelRequestData.BuildersetType(java.lang.String value)'channel'CreateChannelRequest.CreateChannelRequestData.BuildersetTypeBytes(com.google.protobuf.ByteString value)'channel'-
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
-
getType
public java.lang.String getType()
'channel'
string type = 1 [json_name = "type"];- Specified by:
getTypein interfaceCreateChannelRequest.CreateChannelRequestDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
'channel'
string type = 1 [json_name = "type"];- Specified by:
getTypeBytesin interfaceCreateChannelRequest.CreateChannelRequestDataOrBuilder- Returns:
- The bytes for type.
-
setType
public CreateChannelRequest.CreateChannelRequestData.Builder setType(java.lang.String value)
'channel'
string type = 1 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public CreateChannelRequest.CreateChannelRequestData.Builder clearType()
'channel'
string type = 1 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public CreateChannelRequest.CreateChannelRequestData.Builder setTypeBytes(com.google.protobuf.ByteString value)
'channel'
string type = 1 [json_name = "type"];- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceCreateChannelRequest.CreateChannelRequestDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public CreateChannelRequest.CreateChannelRequestAttributes getAttributes()
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];- Specified by:
getAttributesin interfaceCreateChannelRequest.CreateChannelRequestDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public CreateChannelRequest.CreateChannelRequestData.Builder setAttributes(CreateChannelRequest.CreateChannelRequestAttributes value)
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
-
setAttributes
public CreateChannelRequest.CreateChannelRequestData.Builder setAttributes(CreateChannelRequest.CreateChannelRequestAttributes.Builder builderForValue)
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
-
mergeAttributes
public CreateChannelRequest.CreateChannelRequestData.Builder mergeAttributes(CreateChannelRequest.CreateChannelRequestAttributes value)
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
-
clearAttributes
public CreateChannelRequest.CreateChannelRequestData.Builder clearAttributes()
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
-
-