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