Class RegisterResponse.RegisterResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<RegisterResponse.RegisterResponseData,RegisterResponse.RegisterResponseData.Builder>
-
- com.streamlayer.sdkSettings.organization.branch.RegisterResponse.RegisterResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,RegisterResponse.RegisterResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- RegisterResponse.RegisterResponseData
public static final class RegisterResponse.RegisterResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RegisterResponse.RegisterResponseData,RegisterResponse.RegisterResponseData.Builder> implements RegisterResponse.RegisterResponseDataOrBuilder
Protobuf typestreamlayer.sdkSettings.organization.branch.RegisterResponse.RegisterResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegisterResponse.RegisterResponseData.BuilderclearAttributes().streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];BranchCredentialsgetAttributes().streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];RegisterResponse.RegisterResponseData.BuildermergeAttributes(BranchCredentials value).streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];RegisterResponse.RegisterResponseData.BuildersetAttributes(BranchCredentials value).streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];RegisterResponse.RegisterResponseData.BuildersetAttributes(BranchCredentials.Builder builderForValue).streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];-
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
-
hasAttributes
public boolean hasAttributes()
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceRegisterResponse.RegisterResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public BranchCredentials getAttributes()
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];- Specified by:
getAttributesin interfaceRegisterResponse.RegisterResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public RegisterResponse.RegisterResponseData.Builder setAttributes(BranchCredentials value)
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];
-
setAttributes
public RegisterResponse.RegisterResponseData.Builder setAttributes(BranchCredentials.Builder builderForValue)
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];
-
mergeAttributes
public RegisterResponse.RegisterResponseData.Builder mergeAttributes(BranchCredentials value)
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];
-
clearAttributes
public RegisterResponse.RegisterResponseData.Builder clearAttributes()
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];
-
-