Interface UpdateResponse.UpdateResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateResponse.UpdateResponseData,UpdateResponse.UpdateResponseData.Builder
- Enclosing class:
- UpdateResponse
public static interface UpdateResponse.UpdateResponseDataOrBuilder 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.
-
-