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