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