Interface GetOrganizationResponse.GetResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetOrganizationResponse.GetResponseData,GetOrganizationResponse.GetResponseData.Builder
- Enclosing class:
- GetOrganizationResponse
public static interface GetOrganizationResponse.GetResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BranchConfiggetAttributes().streamlayer.sdkSettings.organization.branch.BranchConfig attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.sdkSettings.organization.branch.BranchConfig attributes = 1 [json_name = "attributes"];
-
-
-
Method Detail
-
hasAttributes
boolean hasAttributes()
.streamlayer.sdkSettings.organization.branch.BranchConfig attributes = 1 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
BranchConfig getAttributes()
.streamlayer.sdkSettings.organization.branch.BranchConfig attributes = 1 [json_name = "attributes"];- Returns:
- The attributes.
-
-